![]() |
digiKam
|
#include <batchtoolsfactory.h>
Public Member Functions | |
BatchTool * | findTool (const QString &name, BatchTool::BatchToolGroup group) const |
BqmInfoIface * | infoIface () const |
void | registerTool (BatchTool *const tool) |
BatchToolsList | toolsList () const |
Static Public Member Functions | |
static BatchToolsFactory * | instance () |
Friends | |
class | BatchToolsFactoryCreator |
BatchTool * Digikam::BatchToolsFactory::findTool | ( | const QString & | name, |
BatchTool::BatchToolGroup | group | ||
) | const |
BqmInfoIface * Digikam::BatchToolsFactory::infoIface | ( | ) | const |
Referenced by Digikam::DPluginBqm::infoIface().
|
static |
Referenced by Digikam::DPluginBqm::infoIface(), Digikam::AssignedListView::insertTool(), Digikam::WorkflowManager::load(), Digikam::AssignedListView::moveTool(), Digikam::ActionTask::run(), Digikam::AssignedListViewItem::setToolSet(), Digikam::ToolSettingsView::slotToolSelected(), Digikam::AssignedBatchTools::targetSuffix(), and Digikam::ToolSettingsView::~ToolSettingsView().
void Digikam::BatchToolsFactory::registerTool | ( | BatchTool *const | tool | ) |
BatchToolsList Digikam::BatchToolsFactory::toolsList | ( | ) | const |
Referenced by Digikam::ToolSettingsView::~ToolSettingsView().
|
friend |