Home
last modified time | relevance | path

Searched refs:slotSetItemOnLeftPanel (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/digikam/digikam-7.4.0/core/utilities/lighttable/
H A Dlighttablewindow.cpp344 slotSetItemOnLeftPanel(info); in slotItemSelected()
376 slotSetItemOnLeftPanel(info); in slotLeftDroppedItems()
427 slotSetItemOnLeftPanel(info); in setLeftRightItems()
440 slotSetItemOnLeftPanel(info); in setLeftRightItems()
473 slotSetItemOnLeftPanel(d->thumbView->currentInfo()); in slotSetItemLeft()
485 void LightTableWindow::slotSetItemOnLeftPanel(const ItemInfo& info) in slotSetItemOnLeftPanel() function in Digikam::LightTableWindow
838 slotSetItemOnLeftPanel(new_linfo); in slotRemoveItem()
H A Dlighttablewindow.h101 void slotSetItemOnLeftPanel(const ItemInfo&);
H A Dlighttablewindow_setup.cpp312 this, SLOT(slotSetItemOnLeftPanel(ItemInfo))); in setupConnections()