 |
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 =0
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 ctkCmdLineModuleFrontend * create(const ctkCmdLineModuleReference &moduleRef)=0
Creates front-end instances.
virtual QString description() const =0
Get the description for this factory.
A Qt based implementation of the module front end.