Home
last modified time | relevance | path

Searched refs:existsInRight (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()
728 if (item->existsInRight()) { in copyToLeftOperation()
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()
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.cpp77 if (syncItem->existsInRight()) in FeedToListBoxDialog()
188 if ((side == S_BOTH || side == S_RIGHT) && syncItem->existsInRight()) { in slotOk()
H A Dsynchronizergui.cpp103 } else if (!isLeft && item->existsInRight()) { in startDrag()
678 if (item && item->existsInLeft() && item->existsInRight() && !item->isDir()) { in doubleClicked()
718 bool isDuplicate = item->existsInLeft() && item->existsInRight(); in rightMouseClicked()
747 myact->setEnabled(!isDir && item->existsInRight()); in rightMouseClicked()
1075 if (item->existsInRight()) { in addFile()
1126 if (item->existsInRight()) { in markChanged()
1281 if (e->modifiers() == Qt::ShiftModifier && item->existsInRight()) { in keyPressEvent()
1565 } else if (!isLeft && item->existsInRight()) { in copyToClipboard()
H A Dsynchronizerfileitem.h127 inline bool existsInRight() { in existsInRight() function