Home
last modified time | relevance | path

Searched refs:existsInLeft (Results 1 – 4 of 4) sorted by relevance

/dports/x11-fm/krusader2/krusader-2.7.2/krusader/Synchronizer/
H A Dsynchronizer.cpp702 if (item->existsInRight() && item->existsInLeft()) { in reverseDirectionOperation()
717 if (!item->existsInRight() && item->existsInLeft()) in deleteLeftOperation()
732 if (item->existsInLeft() && item->existsInRight()) in copyToLeftOperation()
734 else if (!item->existsInLeft() && item->existsInRight()) in copyToLeftOperation()
748 if (item->existsInLeft() && item->existsInRight()) in copyToLeft()
750 else if (!item->existsInLeft() && item->existsInRight()) in copyToLeft()
757 if (item->existsInLeft()) { in copyToRightOperation()
761 if (item->existsInLeft() && item->existsInRight()) in copyToRightOperation()
763 else if (item->existsInLeft() && !item->existsInRight()) in copyToRightOperation()
777 if (item->existsInLeft() && item->existsInRight()) in copyToRight()
[all …]
H A Dfeedtolistboxdialog.cpp75 if (syncItem->existsInLeft()) in FeedToListBoxDialog()
182 if ((side == S_BOTH || side == S_LEFT) && syncItem->existsInLeft()) { in slotOk()
H A Dsynchronizergui.cpp99 if (isLeft && item->existsInLeft()) { in startDrag()
678 if (item && item->existsInLeft() && item->existsInRight() && !item->isDir()) { in doubleClicked()
718 bool isDuplicate = item->existsInLeft() && item->existsInRight(); in rightMouseClicked()
744 myact->setEnabled(!isDir && item->existsInLeft()); in rightMouseClicked()
1069 if (item->existsInLeft()) { in addFile()
1120 if (item->existsInLeft()) { in markChanged()
1288 } else if (e->modifiers() == 0 && item->existsInLeft()) { in keyPressEvent()
1561 if (isLeft && item->existsInLeft()) { in copyToClipboard()
H A Dsynchronizerfileitem.h124 inline bool existsInLeft() { in existsInLeft() function