digiKam
|
Public Slots | |
void | slotAssignTools (const QMultiMap< int, QString > &) |
void | slotClearToolsList () |
void | slotMoveCurrentToolDown () |
void | slotMoveCurrentToolUp () |
void | slotQueueSelected (int, const QueueSettings &, const AssignedBatchTools &) |
void | slotRemoveCurrentTool () |
void | slotSettingsChanged (const BatchToolSet &) |
Signals | |
void | signalAssignedToolsChanged (const AssignedBatchTools &) |
void | signalToolSelected (const BatchToolSet &) |
Public Member Functions | |
AssignedListViewItem * | addTool (const BatchToolSet &set) |
int | assignedCount () |
AssignedBatchTools | assignedList () |
AssignedListView (QWidget *const parent) | |
AssignedListViewItem * | insertTool (AssignedListViewItem *const preceding, const BatchToolSet &set) |
AssignedListViewItem * | moveTool (AssignedListViewItem *const preceding, const BatchToolSet &set) |
bool | removeTool (const BatchToolSet &set) |
void | setBusy (bool b) |
~AssignedListView () override | |
Protected Member Functions | |
void | keyPressEvent (QKeyEvent *) override |
|
explicit |
References ICONSIZE.
|
override |
AssignedListViewItem * Digikam::AssignedListView::addTool | ( | const BatchToolSet & | set | ) |
References insertTool().
Referenced by slotQueueSelected().
int Digikam::AssignedListView::assignedCount | ( | ) |
References assignedList(), and Digikam::AssignedBatchTools::m_toolsList.
Referenced by slotRemoveCurrentTool().
AssignedBatchTools Digikam::AssignedListView::assignedList | ( | ) |
References Digikam::AssignedBatchTools::m_toolsList, and Digikam::AssignedListViewItem::toolSet().
Referenced by assignedCount(), insertTool(), moveTool(), slotClearToolsList(), slotRemoveCurrentTool(), and slotSettingsChanged().
AssignedListViewItem * Digikam::AssignedListView::insertTool | ( | AssignedListViewItem *const | preceding, |
const BatchToolSet & | set | ||
) |
References assignedList(), Digikam::BatchToolsFactory::findTool(), Digikam::BatchToolSet::group, Digikam::BatchToolsFactory::instance(), Digikam::BatchToolSet::name, Digikam::BatchTool::registerSettingsWidget(), Digikam::BatchTool::settingsWidget(), Digikam::AssignedListViewItem::setToolSet(), and signalAssignedToolsChanged().
Referenced by addTool(), and moveTool().
|
overrideprotected |
References slotRemoveCurrentTool().
AssignedListViewItem * Digikam::AssignedListView::moveTool | ( | AssignedListViewItem *const | preceding, |
const BatchToolSet & | set | ||
) |
bool Digikam::AssignedListView::removeTool | ( | const BatchToolSet & | set | ) |
References Digikam::AssignedListViewItem::toolSet().
Referenced by moveTool().
void Digikam::AssignedListView::setBusy | ( | bool | b | ) |
|
signal |
Referenced by insertTool(), moveTool(), slotClearToolsList(), slotRemoveCurrentTool(), and slotSettingsChanged().
|
signal |
Referenced by slotClearToolsList(), slotQueueSelected(), and slotRemoveCurrentTool().
|
slot |
|
slot |
References assignedList(), signalAssignedToolsChanged(), and signalToolSelected().
|
slot |
References moveTool(), and Digikam::AssignedListViewItem::toolSet().
|
slot |
References moveTool(), and Digikam::AssignedListViewItem::toolSet().
|
slot |
References addTool(), Digikam::AssignedBatchTools::m_toolsList, and signalToolSelected().
|
slot |
References assignedCount(), assignedList(), signalAssignedToolsChanged(), and signalToolSelected().
Referenced by keyPressEvent().
|
slot |