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

#include <Modules/Loadable/SlicerWelcome/qSlicerWelcomeModule.h>

Inheritance diagram for qSlicerWelcomeModule:
Inheritance graph
[legend]
Collaboration diagram for qSlicerWelcomeModule:
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 QString helpText () const
 Help to use the module.
virtual QIcon icon () const
 qSlicerGetTitleMacro (QTMODULE_TITLE)
 qSlicerWelcomeModule (QObject *parent=0)
virtual ~qSlicerWelcomeModule ()

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.

Protected Attributes

QScopedPointer
< qSlicerWelcomeModulePrivate > 
d_ptr

Detailed Description

Definition at line 35 of file qSlicerWelcomeModule.h.


Member Typedef Documentation

Reimplemented from qSlicerLoadableModule.

Definition at line 43 of file qSlicerWelcomeModule.h.


Constructor & Destructor Documentation

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

Member Function Documentation

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

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

Reimplemented from qSlicerLoadableModule.

virtual QStringList qSlicerWelcomeModule::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 qSlicerWelcomeModule::contributors ( ) const [virtual]

Return the contributors of the module.

Reimplemented from qSlicerAbstractCoreModule.

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

Create and return the logic associated to this module.

Implements qSlicerAbstractCoreModule.

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

Create and return the widget representation associated to this module.

Implements qSlicerAbstractCoreModule.

virtual QString qSlicerWelcomeModule::helpText ( ) const [virtual]

Help to use the module.

Reimplemented from qSlicerLoadableModule.

virtual QIcon qSlicerWelcomeModule::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.

qSlicerWelcomeModule::qSlicerGetTitleMacro ( QTMODULE_TITLE  )

Member Data Documentation

QScopedPointer<qSlicerWelcomeModulePrivate> qSlicerWelcomeModule::d_ptr [protected]

Reimplemented from qSlicerLoadableModule.

Definition at line 66 of file qSlicerWelcomeModule.h.


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