|
Slicer 4.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <Modules/Loadable/SlicerWelcome/qSlicerWelcomeModule.h>


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 vtkMRMLAbstractLogic * | createLogic () |
| 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 |
Definition at line 35 of file qSlicerWelcomeModule.h.
Reimplemented from qSlicerLoadableModule.
Definition at line 43 of file qSlicerWelcomeModule.h.
| qSlicerWelcomeModule::qSlicerWelcomeModule | ( | QObject * | parent = 0 | ) |
| virtual qSlicerWelcomeModule::~qSlicerWelcomeModule | ( | ) | [virtual] |
| 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 | ) |
QScopedPointer<qSlicerWelcomeModulePrivate> qSlicerWelcomeModule::d_ptr [protected] |
Reimplemented from qSlicerLoadableModule.
Definition at line 66 of file qSlicerWelcomeModule.h.
1.7.4