22 #ifndef CTKCMDLINEMODULEEXPLORERTABLIST_H 23 #define CTKCMDLINEMODULEEXPLORERTABLIST_H 60 Q_SLOT
void tabIndexChanged(
int index);
61 Q_SLOT
void tabCloseRequested(
int index);
65 QTabWidget* TabWidget;
69 #endif // CTKCMDLINEMODULEEXPLORERTABLIST_H Abstract base class for all front-end command line module implementations.A module front-end represen...
Q_SIGNAL void tabActivated(ctkCmdLineModuleFrontend *module)
ctkCmdLineModuleFrontend * activeTab() const
Main manager class to handle loading and unloading of modules.
ctkCmdLineModuleExplorerTabList(QTabWidget *tabWidget)
Q_SIGNAL void tabClosed(ctkCmdLineModuleFrontend *module)
QList< ctkCmdLineModuleFrontend * > tabs() const
~ctkCmdLineModuleExplorerTabList()
Example application tab list.
Q_SLOT void setActiveTab(ctkCmdLineModuleFrontend *frontend)
Q_SLOT void addTab(ctkCmdLineModuleFrontend *frontend)