22 #ifndef CTKCMDLINEMODULEFRONTENDFACTORYQTWEBKIT_H 23 #define CTKCMDLINEMODULEFRONTENDFACTORYQTWEBKIT_H 25 #include "ctkCommandLineModulesFrontendQtWebKitExport.h" 42 virtual QString
name()
const;
48 #endif // CTKCMDLINEMODULEFRONTENDFACTORYQTWEBKIT_H Abstract base class for all front-end command line module implementations.A module front-end represen...
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.
QtWebKit specific implementation of ctkCmdLineModuleFrontendFactory.
Defines a reference or handle to a module, including location, XML, description and access to the ass...
virtual QString description() const =0
Get the description for this factory.