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
ctkCmdLineModuleFrontendFactoryQtGui Class Reference

Factory class to instantiate Qt widget based front-ends. More...

#include <Libs/CommandLineModules/Frontend/QtGui/ctkCmdLineModuleFrontendFactoryQtGui.h>

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

Public Member Functions

virtual ctkCmdLineModuleFrontendQtGuicreate (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

Factory class to instantiate Qt widget based front-ends.

The created front-end instances assume that the CTKWidgetPlugin library (a Qt Designer plug-in) is available in the applications search path. See also ctkCmdLineModuleFrontendQtGui.

See also
ctkCmdLineModuleFrontendQtGui

Definition at line 40 of file ctkCmdLineModuleFrontendFactoryQtGui.h.

Member Function Documentation

◆ create()

virtual ctkCmdLineModuleFrontendQtGui* ctkCmdLineModuleFrontendFactoryQtGui::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 ctkCmdLineModuleFrontendFactoryQtGui::description ( ) const
virtual

Get the description for this factory.

Returns
A factory description.

Implements ctkCmdLineModuleFrontendFactory.

◆ name()

virtual QString ctkCmdLineModuleFrontendFactoryQtGui::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: