CTK  0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
Public Member Functions | List of all members
ctkCmdLineModuleFrontendFactoryQtWebKit Class Reference

QtWebKit specific implementation of ctkCmdLineModuleFrontendFactory. More...

#include <Libs/CommandLineModules/Frontend/QtWebKit/ctkCmdLineModuleFrontendFactoryQtWebKit.h>

Inheritance diagram for ctkCmdLineModuleFrontendFactoryQtWebKit:
Inheritance graph
[legend]
Collaboration diagram for ctkCmdLineModuleFrontendFactoryQtWebKit:
Collaboration graph
[legend]

Public Member Functions

virtual ctkCmdLineModuleFrontendcreate (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...
 
- Public Member Functions inherited from ctkCmdLineModuleFrontendFactory
virtual ~ctkCmdLineModuleFrontendFactory ()
 

Detailed Description

QtWebKit specific implementation of ctkCmdLineModuleFrontendFactory.

Warning
This front-end is highly experimental and actually just serves as a proof-of-concept.

Definition at line 37 of file ctkCmdLineModuleFrontendFactoryQtWebKit.h.

Member Function Documentation

◆ create()

virtual ctkCmdLineModuleFrontend* ctkCmdLineModuleFrontendFactoryQtWebKit::create ( const ctkCmdLineModuleReference moduleRef)
virtual

Creates front-end instances.

Parameters
moduleRefThe module reference for which to create a front-end.
Returns
The created front-end or NULL if creation failed.

Implements ctkCmdLineModuleFrontendFactory.

◆ description()

virtual QString ctkCmdLineModuleFrontendFactoryQtWebKit::description ( ) const
virtual

Get the description for this factory.

Returns
A factory description.

Implements ctkCmdLineModuleFrontendFactory.

◆ name()

virtual QString ctkCmdLineModuleFrontendFactoryQtWebKit::name ( ) const
virtual

Get the name of this factory.

Returns
The factory name.

Implements ctkCmdLineModuleFrontendFactory.


The documentation for this class was generated from the following file: