![]() |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
Factory class to instantiate Qt widget based front-ends. More...
#include <Libs/CommandLineModules/Frontend/QtGui/ctkCmdLineModuleFrontendFactoryQtGui.h>
Public Member Functions | |
virtual ctkCmdLineModuleFrontendQtGui * | create (const ctkCmdLineModuleReference &moduleRef) |
Creates front-end instances. More... | |
virtual QString | description () const |
Get the description for this factory. More... | |
virtual QString | name () const |
Get the name of this factory. More... | |
![]() | |
virtual | ~ctkCmdLineModuleFrontendFactory () |
Factory class to instantiate Qt widget based front-ends.
The created front-end instances assume that the CTKWidgetPlugin library (a Qt Designer plug-in) is available in the applications search path. See also ctkCmdLineModuleFrontendQtGui.
Definition at line 40 of file ctkCmdLineModuleFrontendFactoryQtGui.h.
|
virtual |
Creates front-end instances.
moduleRef | The module reference for which to create a front-end. |
Implements ctkCmdLineModuleFrontendFactory.
|
virtual |
Get the description for this factory.
Implements ctkCmdLineModuleFrontendFactory.
|
virtual |