![]() |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
QtWebKit specific implementation of ctkCmdLineModuleFrontendFactory. More...
#include <Libs/CommandLineModules/Frontend/QtWebKit/ctkCmdLineModuleFrontendFactoryQtWebKit.h>
Public Member Functions | |
virtual ctkCmdLineModuleFrontend * | 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 () |
QtWebKit specific implementation of ctkCmdLineModuleFrontendFactory.
Definition at line 37 of file ctkCmdLineModuleFrontendFactoryQtWebKit.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 |