Slicer 4.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes
qSlicerViewControllersModule Class Reference

#include <Modules/Loadable/ViewControllers/qSlicerViewControllersModule.h>

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

List of all members.

Public Types

typedef qSlicerLoadableModule Superclass

Public Member Functions

virtual QString acknowledgementText () const
virtual QStringList categories () const
virtual QStringList contributors () const
 Return the contributors of the module.
virtual QIcon icon () const
 qSlicerGetTitleMacro (QTMODULE_TITLE)
 qSlicerViewControllersModule (QObject *parent=0)
virtual ~qSlicerViewControllersModule ()

Protected Member Functions

virtual vtkMRMLAbstractLogiccreateLogic ()
 Create and return the logic associated to this module.
virtual
qSlicerAbstractModuleRepresentation
createWidgetRepresentation ()
 Create and return the widget representation associated to this module.
virtual void setup ()
 Initialize the module. Register the volumes reader/writer.

Protected Attributes

QScopedPointer
< qSlicerViewControllersModulePrivate > 
d_ptr

Detailed Description

Definition at line 31 of file qSlicerViewControllersModule.h.


Member Typedef Documentation

Reimplemented from qSlicerLoadableModule.

Definition at line 39 of file qSlicerViewControllersModule.h.


Constructor & Destructor Documentation

qSlicerViewControllersModule::qSlicerViewControllersModule ( QObject *  parent = 0)
virtual qSlicerViewControllersModule::~qSlicerViewControllersModule ( ) [virtual]

Member Function Documentation

virtual QString qSlicerViewControllersModule::acknowledgementText ( ) const [virtual]

Return acknowledgement text for the module Must be reimplemented in the derived classes

Reimplemented from qSlicerLoadableModule.

virtual QStringList qSlicerViewControllersModule::categories ( ) const [virtual]

Categories the module belongs to. Categories support subcategories. Use the '.' separator to specify a subcategory (no depth limit), e.g.: "Filtering.Arithmetic". The function must be reimplemented in derived classes. Note: If a category doesn't exist, it will be created.

Reimplemented from qSlicerAbstractCoreModule.

virtual QStringList qSlicerViewControllersModule::contributors ( ) const [virtual]

Return the contributors of the module.

Reimplemented from qSlicerAbstractCoreModule.

virtual vtkMRMLAbstractLogic* qSlicerViewControllersModule::createLogic ( ) [protected, virtual]

Create and return the logic associated to this module.

Implements qSlicerAbstractCoreModule.

virtual qSlicerAbstractModuleRepresentation* qSlicerViewControllersModule::createWidgetRepresentation ( ) [protected, virtual]

Create and return the widget representation associated to this module.

Implements qSlicerAbstractCoreModule.

virtual QIcon qSlicerViewControllersModule::icon ( ) const [virtual]

Icon of the module. Anytime a graphical representation of the module is needed, the icon is used. It's the icon shown in the module selector as well as in the frequently used module toolbar (if any).

Reimplemented from qSlicerAbstractModule.

qSlicerViewControllersModule::qSlicerGetTitleMacro ( QTMODULE_TITLE  )
virtual void qSlicerViewControllersModule::setup ( ) [protected, virtual]

Initialize the module. Register the volumes reader/writer.

Reimplemented from qSlicerLoadableModule.


Member Data Documentation

QScopedPointer<qSlicerViewControllersModulePrivate> qSlicerViewControllersModule::d_ptr [protected]

Reimplemented from qSlicerLoadableModule.

Definition at line 62 of file qSlicerViewControllersModule.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines