|
Slicer 4.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <Modules/Loadable/ViewControllers/qSlicerViewControllersModule.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 QIcon | icon () const |
| qSlicerGetTitleMacro (QTMODULE_TITLE) | |
| qSlicerViewControllersModule (QObject *parent=0) | |
| virtual | ~qSlicerViewControllersModule () |
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. | |
| virtual void | setup () |
| Initialize the module. Register the volumes reader/writer. | |
Protected Attributes | |
| QScopedPointer < qSlicerViewControllersModulePrivate > | d_ptr |
Definition at line 31 of file qSlicerViewControllersModule.h.
Reimplemented from qSlicerLoadableModule.
Definition at line 39 of file qSlicerViewControllersModule.h.
| qSlicerViewControllersModule::qSlicerViewControllersModule | ( | QObject * | parent = 0 | ) |
| virtual qSlicerViewControllersModule::~qSlicerViewControllersModule | ( | ) | [virtual] |
| 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.
QScopedPointer<qSlicerViewControllersModulePrivate> qSlicerViewControllersModule::d_ptr [protected] |
Reimplemented from qSlicerLoadableModule.
Definition at line 62 of file qSlicerViewControllersModule.h.
1.7.4