 |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
Go to the documentation of this file.
22 #ifndef CTKCMDLINEMODULEFRONTENDFACTORYQTGUI_H
23 #define CTKCMDLINEMODULEFRONTENDFACTORYQTGUI_H
25 #include "ctkCommandLineModulesFrontendQtGuiExport.h"
45 virtual QString
name()
const;
51 #endif // CTKCMDLINEMODULEFRONTENDFACTORYQTGUI_H
Factory class to instantiate Qt widget based front-ends.
virtual QString name() const
Get the name of this factory.
Factory class to create new front-ends.
Defines a reference or handle to a module, including location, XML, description and access to the ass...
virtual QString description() const
Get the description for this factory.
virtual ctkCmdLineModuleFrontendQtGui * create(const ctkCmdLineModuleReference &moduleRef)
Creates front-end instances.
A Qt based implementation of the module front end.