CTK  0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
Public Member Functions | List of all members
ctkCmdLineModuleExplorerTabList Class Reference

Example application tab list. More...

#include <Applications/ctkCommandLineModuleExplorer/ctkCmdLineModuleExplorerTabList.h>

Inheritance diagram for ctkCmdLineModuleExplorerTabList:
Inheritance graph
[legend]
Collaboration diagram for ctkCmdLineModuleExplorerTabList:
Collaboration graph
[legend]

Public Member Functions

ctkCmdLineModuleFrontendactiveTab () 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 ()
 

Detailed Description

Example application tab list.

Definition at line 38 of file ctkCmdLineModuleExplorerTabList.h.

Constructor & Destructor Documentation

◆ ctkCmdLineModuleExplorerTabList()

ctkCmdLineModuleExplorerTabList::ctkCmdLineModuleExplorerTabList ( QTabWidget *  tabWidget)

◆ ~ctkCmdLineModuleExplorerTabList()

ctkCmdLineModuleExplorerTabList::~ctkCmdLineModuleExplorerTabList ( )

Member Function Documentation

◆ activeTab()

ctkCmdLineModuleFrontend* ctkCmdLineModuleExplorerTabList::activeTab ( ) const

◆ addTab()

Q_SLOT void ctkCmdLineModuleExplorerTabList::addTab ( ctkCmdLineModuleFrontend frontend)

◆ setActiveTab()

Q_SLOT void ctkCmdLineModuleExplorerTabList::setActiveTab ( ctkCmdLineModuleFrontend frontend)

◆ tabActivated()

Q_SIGNAL void ctkCmdLineModuleExplorerTabList::tabActivated ( ctkCmdLineModuleFrontend module)

◆ tabClosed()

Q_SIGNAL void ctkCmdLineModuleExplorerTabList::tabClosed ( ctkCmdLineModuleFrontend module)

◆ tabs()

QList<ctkCmdLineModuleFrontend*> ctkCmdLineModuleExplorerTabList::tabs ( ) const

The documentation for this class was generated from the following file: