![]() |
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 tab list. More...
#include <Applications/ctkCommandLineModuleExplorer/ctkCmdLineModuleExplorerTabList.h>
Public Member Functions | |
ctkCmdLineModuleFrontend * | activeTab () const |
Q_SLOT void | addTab (ctkCmdLineModuleFrontend *frontend) |
ctkCmdLineModuleExplorerTabList (QTabWidget *tabWidget) | |
Q_SLOT void | setActiveTab (ctkCmdLineModuleFrontend *frontend) |
Q_SIGNAL void | tabActivated (ctkCmdLineModuleFrontend *module) |
Q_SIGNAL void | tabClosed (ctkCmdLineModuleFrontend *module) |
QList< ctkCmdLineModuleFrontend * > | tabs () const |
~ctkCmdLineModuleExplorerTabList () | |
Example application tab list.
Definition at line 38 of file ctkCmdLineModuleExplorerTabList.h.
ctkCmdLineModuleExplorerTabList::ctkCmdLineModuleExplorerTabList | ( | QTabWidget * | tabWidget | ) |
ctkCmdLineModuleExplorerTabList::~ctkCmdLineModuleExplorerTabList | ( | ) |
ctkCmdLineModuleFrontend* ctkCmdLineModuleExplorerTabList::activeTab | ( | ) | const |
Q_SLOT void ctkCmdLineModuleExplorerTabList::addTab | ( | ctkCmdLineModuleFrontend * | frontend | ) |
Q_SLOT void ctkCmdLineModuleExplorerTabList::setActiveTab | ( | ctkCmdLineModuleFrontend * | frontend | ) |
Q_SIGNAL void ctkCmdLineModuleExplorerTabList::tabActivated | ( | ctkCmdLineModuleFrontend * | module | ) |
Q_SIGNAL void ctkCmdLineModuleExplorerTabList::tabClosed | ( | ctkCmdLineModuleFrontend * | module | ) |
QList<ctkCmdLineModuleFrontend*> ctkCmdLineModuleExplorerTabList::tabs | ( | ) | const |