|
Slicer 4.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <Modules/Loadable/Colors/qSlicerColorsModule.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 |
| Return help/acknowledgement text. | |
| virtual QIcon | icon () const |
| virtual bool | isHidden () const |
| qSlicerColorsModule (QObject *parent=0) | |
| qSlicerGetTitleMacro (QTMODULE_TITLE) | |
| virtual void | setMRMLScene (vtkMRMLScene *newMRMLScene) |
| virtual | ~qSlicerColorsModule () |
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 () |
| Reimplemented to initialize the color logic. | |
Protected Attributes | |
| QScopedPointer < qSlicerColorsModulePrivate > | d_ptr |
Definition at line 33 of file qSlicerColorsModule.h.
Reimplemented from qSlicerLoadableModule.
Definition at line 40 of file qSlicerColorsModule.h.
| qSlicerColorsModule::qSlicerColorsModule | ( | QObject * | parent = 0 | ) |
| virtual qSlicerColorsModule::~qSlicerColorsModule | ( | ) | [virtual] |
| virtual QString qSlicerColorsModule::acknowledgementText | ( | ) | const [virtual] |
Return acknowledgement text for the module Must be reimplemented in the derived classes
Reimplemented from qSlicerLoadableModule.
| virtual QStringList qSlicerColorsModule::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 qSlicerColorsModule::contributors | ( | ) | const [virtual] |
Return the contributors of the module.
Reimplemented from qSlicerAbstractCoreModule.
| virtual vtkMRMLAbstractLogic* qSlicerColorsModule::createLogic | ( | ) | [protected, virtual] |
Create and return the logic associated to this module.
Implements qSlicerAbstractCoreModule.
| virtual qSlicerAbstractModuleRepresentation* qSlicerColorsModule::createWidgetRepresentation | ( | ) | [protected, virtual] |
Create and return the widget representation associated to this module.
Implements qSlicerAbstractCoreModule.
| virtual QString qSlicerColorsModule::helpText | ( | ) | const [virtual] |
Return help/acknowledgement text.
Reimplemented from qSlicerLoadableModule.
| virtual QIcon qSlicerColorsModule::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.
| virtual bool qSlicerColorsModule::isHidden | ( | ) | const [virtual] |
Returns true if the module should be hidden to the user. By default, modules are not hidden.
Reimplemented from qSlicerAbstractCoreModule.
| qSlicerColorsModule::qSlicerGetTitleMacro | ( | QTMODULE_TITLE | ) |
| virtual void qSlicerColorsModule::setMRMLScene | ( | vtkMRMLScene * | ) | [virtual] |
Set the current MRML scene to the module, it is propagated to the logic and representations if any
Reimplemented from qSlicerAbstractCoreModule.
| virtual void qSlicerColorsModule::setup | ( | ) | [protected, virtual] |
Reimplemented to initialize the color logic.
Reimplemented from qSlicerLoadableModule.
QScopedPointer<qSlicerColorsModulePrivate> qSlicerColorsModule::d_ptr [protected] |
Reimplemented from qSlicerLoadableModule.
Definition at line 68 of file qSlicerColorsModule.h.
1.7.4