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;
Example application tab list.
Q_SLOT void setActiveTab(ctkCmdLineModuleFrontend *frontend)
Q_SLOT void addTab(ctkCmdLineModuleFrontend *frontend)
Q_SIGNAL void tabClosed(ctkCmdLineModuleFrontend *module)
QList< ctkCmdLineModuleFrontend * > tabs() const
ctkCmdLineModuleExplorerTabList(QTabWidget *tabWidget)
~ctkCmdLineModuleExplorerTabList()
ctkCmdLineModuleFrontend * activeTab() const
Q_SIGNAL void tabActivated(ctkCmdLineModuleFrontend *module)
Abstract base class for all front-end command line module implementations.
Main manager class to handle loading and unloading of modules.