|
| qSlicerCoreModule (QObject *parent=nullptr) |
|
| ~qSlicerCoreModule () override |
|
Q_INVOKABLE QAction * | action () |
|
virtual QIcon | icon () const |
|
virtual QImage | logo () const |
| The logo of the module, the credits given by the grants or institution.
|
|
| qSlicerAbstractModule (QObject *parent=nullptr) |
|
| ~qSlicerAbstractModule () override |
|
| qSlicerAbstractCoreModule (QObject *parent=nullptr) |
|
| ~qSlicerAbstractCoreModule () override |
|
virtual void | printAdditionalInfo () |
|
QString | slicerWikiUrl () const |
| Convenience method to return slicer wiki URL.
|
|
QString | defaultDocumentationLink () const |
|
void | initialize (vtkSlicerApplicationLogic *appLogic) |
|
virtual QString | name () const |
|
virtual void | setName (const QString &name) |
|
virtual QString | title () const =0 |
|
virtual QStringList | categories () const |
|
virtual int | index () const |
| Return the category index of the module.
|
|
virtual bool | isHidden () const |
|
virtual QStringList | contributors () const |
| Return the contributors of the module.
|
|
virtual QString | helpText () const |
|
virtual QString | acknowledgementText () const |
|
bool | isWidgetRepresentationCreationEnabled () const |
|
void | setWidgetRepresentationCreationEnabled (bool value) |
|
qSlicerAbstractModuleRepresentation * | widgetRepresentation () |
|
qSlicerAbstractModuleRepresentation * | createNewWidgetRepresentation () |
|
void | setAppLogic (vtkSlicerApplicationLogic *appLogic) |
|
vtkSlicerApplicationLogic * | appLogic () const |
|
vtkMRMLAbstractLogic * | moduleLogic (const QString &moduleName) const |
| Convenience method for getting another module's logic from appLogic.
|
|
Q_INVOKABLE vtkMRMLAbstractLogic * | logic () |
|
Q_INVOKABLE vtkMRMLScene * | mrmlScene () const |
| Return a pointer on the MRML scene.
|
|
virtual QStringList | dependencies () const |
|
QString | path () const |
|
void | setPath (const QString &newPath) |
|
bool | isInstalled () const |
|
void | setInstalled (bool value) |
|
bool | isBuiltIn () const |
|
void | setBuiltIn (bool value) |
|
virtual QStringList | associatedNodeTypes () const |
| Return node types associated with this module (e.g., node types this module can edit)
|
|