![]() |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
Example application tree widget. More...
#include <Applications/ctkCommandLineModuleExplorer/ctkCmdLineModuleExplorerTreeWidget.h>
Public Member Functions | |
Q_SLOT void | addModuleItem (const ctkCmdLineModuleReference &moduleRef) |
ctkCmdLineModuleExplorerTreeWidget (QWidget *parent=0) | |
Q_SIGNAL void | moduleFrontendCreated (ctkCmdLineModuleFrontend *moduleFrontend) |
Q_SLOT void | removeModuleItem (const ctkCmdLineModuleReference &moduleRef) |
Q_SLOT void | setFilter (const QString &filter) |
void | setModuleFrontendFactories (const QList< ctkCmdLineModuleFrontendFactory * > &frontendFactories, ctkCmdLineModuleFrontendFactory *defaultFactory) |
Protected Member Functions | |
void | contextMenuEvent (QContextMenuEvent *event) |
Example application tree widget.
Definition at line 56 of file ctkCmdLineModuleExplorerTreeWidget.h.
|
explicit |
Q_SLOT void ctkCmdLineModuleExplorerTreeWidget::addModuleItem | ( | const ctkCmdLineModuleReference & | moduleRef | ) |
|
protected |
Q_SIGNAL void ctkCmdLineModuleExplorerTreeWidget::moduleFrontendCreated | ( | ctkCmdLineModuleFrontend * | moduleFrontend | ) |
Q_SLOT void ctkCmdLineModuleExplorerTreeWidget::removeModuleItem | ( | const ctkCmdLineModuleReference & | moduleRef | ) |
Q_SLOT void ctkCmdLineModuleExplorerTreeWidget::setFilter | ( | const QString & | filter | ) |
void ctkCmdLineModuleExplorerTreeWidget::setModuleFrontendFactories | ( | const QList< ctkCmdLineModuleFrontendFactory * > & | frontendFactories, |
ctkCmdLineModuleFrontendFactory * | defaultFactory | ||
) |