22 #ifndef CTKCMDLINEMODULEFRONTENDFACTORYQTGUI_H 23 #define CTKCMDLINEMODULEFRONTENDFACTORYQTGUI_H 25 #include "ctkCommandLineModulesFrontendQtGuiExport.h" 45 virtual QString
name()
const;
51 #endif // CTKCMDLINEMODULEFRONTENDFACTORYQTGUI_H A Qt based implementation of the module front end.This class is able to generate a Qt widgets based G...
Factory class to create new front-ends.Front-end implementors are advised to create and export a sub-...
virtual ctkCmdLineModuleFrontend * create(const ctkCmdLineModuleReference &moduleRef)=0
Creates front-end instances.
virtual QString name() const =0
Get the name of this factory.
Defines a reference or handle to a module, including location, XML, description and access to the ass...
Factory class to instantiate Qt widget based front-ends.The created front-end instances assume that t...
virtual QString description() const =0
Get the description for this factory.