Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
List of all members | Public Types | Public Member Functions | Protected Member Functions | Protected Attributes
qSlicerEventBrokerModule Class Reference

#include <Modules/Core/EventBroker/qSlicerEventBrokerModule.h>

Inheritance diagram for qSlicerEventBrokerModule:
Inheritance graph
[legend]
Collaboration diagram for qSlicerEventBrokerModule:
Collaboration graph
[legend]

Public Types

typedef qSlicerCoreModule Superclass
 
- Public Types inherited from qSlicerCoreModule
typedef qSlicerAbstractModule Superclass
 
- Public Types inherited from qSlicerAbstractModule
typedef qSlicerAbstractCoreModule Superclass
 
- Public Types inherited from qSlicerAbstractCoreModule
typedef QObject Superclass
 

Public Member Functions

QString acknowledgementText () const override
 
QStringList categories () const override
 
QStringList contributors () const override
 Return the contributors of the module. More...
 
QString helpText () const override
 
 qSlicerEventBrokerModule (QObject *parent=nullptr)
 
 qSlicerGetTitleMacro ("Event Broker")
 Display name for the module. More...
 
 ~qSlicerEventBrokerModule () override
 
- Public Member Functions inherited from qSlicerCoreModule
 qSlicerCoreModule (QObject *parent=nullptr)
 
 ~qSlicerCoreModule () override
 
- Public Member Functions inherited from qSlicerAbstractModule
Q_INVOKABLE QAction * action ()
 
virtual QIcon icon () const
 
virtual QImage logo () const
 The logo of the module, the credits given by the grants or instution. More...
 
 qSlicerAbstractModule (QObject *parent=nullptr)
 
 ~qSlicerAbstractModule () override
 
- Public Member Functions inherited from qSlicerAbstractCoreModule
 qSlicerAbstractCoreModule (QObject *parent=nullptr)
 
 ~qSlicerAbstractCoreModule () override
 
virtual void printAdditionalInfo ()
 
QString slicerWikiUrl () const
 Convenience method to return slicer wiki URL. More...
 
QString defaultDocumentationLink () const
 
void initialize (vtkSlicerApplicationLogic *appLogic)
 
virtual QString name () const
 
virtual void setName (const QString &name)
 
virtual QString title () const =0
 
virtual int index () const
 Return the category index of the module. More...
 
virtual bool isHidden () const
 
bool isWidgetRepresentationCreationEnabled () const
 
void setWidgetRepresentationCreationEnabled (bool value)
 
qSlicerAbstractModuleRepresentationwidgetRepresentation ()
 
qSlicerAbstractModuleRepresentationcreateNewWidgetRepresentation ()
 
void setAppLogic (vtkSlicerApplicationLogic *appLogic)
 
vtkSlicerApplicationLogicappLogic () const
 
vtkMRMLAbstractLogicmoduleLogic (const QString &moduleName) const
 Convenience method for getting another module's logic from appLogic. More...
 
Q_INVOKABLE vtkMRMLAbstractLogiclogic ()
 
Q_INVOKABLE vtkMRMLScenemrmlScene () const
 Return a pointer on the MRML scene. More...
 
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) More...
 

Protected Member Functions

vtkMRMLAbstractLogiccreateLogic () override
 Create and return the logic associated to this module. More...
 
qSlicerAbstractModuleRepresentationcreateWidgetRepresentation () override
 Create and return the widget representation associated to this module. More...
 
- Protected Member Functions inherited from qSlicerCoreModule
void setup () override
 All initialization code should be done in the setup. More...
 
- Protected Member Functions inherited from qSlicerAbstractCoreModule

Protected Attributes

QScopedPointer< qSlicerEventBrokerModulePrivate > d_ptr
 
- Protected Attributes inherited from qSlicerCoreModule
QScopedPointer< qSlicerCoreModulePrivate > d_ptr
 
- Protected Attributes inherited from qSlicerAbstractModule
QScopedPointer< qSlicerAbstractModulePrivate > d_ptr
 
- Protected Attributes inherited from qSlicerAbstractCoreModule
QScopedPointer< qSlicerAbstractCoreModulePrivate > d_ptr
 

Additional Inherited Members

- Properties inherited from qSlicerAbstractModule
QIcon icon
 
QImage logo
 
- Properties inherited from qSlicerAbstractCoreModule
QString name
 
QString title
 
QStringList categories
 
int index
 
bool hidden
 
bool widgetRepresentationCreationEnabled
 
QString helpText
 
QString acknowledgementText
 
QStringList contributors
 
QString slicerWikiUrl
 
QString defaultDocumentationLink
 
QStringList dependencies
 
QString path
 
bool isInstalled
 
bool isBuiltIn
 
QStringList associatedNodeTypes
 
- Public Slots inherited from qSlicerAbstractCoreModule
virtual void setMRMLScene (vtkMRMLScene *)
 

Detailed Description

Definition at line 34 of file qSlicerEventBrokerModule.h.

Member Typedef Documentation

◆ Superclass

Definition at line 40 of file qSlicerEventBrokerModule.h.

Constructor & Destructor Documentation

◆ qSlicerEventBrokerModule()

qSlicerEventBrokerModule::qSlicerEventBrokerModule ( QObject *  parent = nullptr)

◆ ~qSlicerEventBrokerModule()

qSlicerEventBrokerModule::~qSlicerEventBrokerModule ( )
override

Member Function Documentation

◆ acknowledgementText()

QString qSlicerEventBrokerModule::acknowledgementText ( ) const
overridevirtual

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

Reimplemented from qSlicerAbstractCoreModule.

◆ categories()

QStringList qSlicerEventBrokerModule::categories ( ) const
overridevirtual

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.

◆ contributors()

QStringList qSlicerEventBrokerModule::contributors ( ) const
overridevirtual

Return the contributors of the module.

Reimplemented from qSlicerAbstractCoreModule.

◆ createLogic()

vtkMRMLAbstractLogic* qSlicerEventBrokerModule::createLogic ( )
overrideprotectedvirtual

Create and return the logic associated to this module.

Implements qSlicerAbstractCoreModule.

◆ createWidgetRepresentation()

qSlicerAbstractModuleRepresentation* qSlicerEventBrokerModule::createWidgetRepresentation ( )
overrideprotectedvirtual

Create and return the widget representation associated to this module.

Implements qSlicerAbstractCoreModule.

◆ helpText()

QString qSlicerEventBrokerModule::helpText ( ) const
overridevirtual

Return help text of the module Must be reimplemented in the derived classes

Reimplemented from qSlicerAbstractCoreModule.

◆ qSlicerGetTitleMacro()

qSlicerEventBrokerModule::qSlicerGetTitleMacro ( "Event Broker"  )

Display name for the module.

Member Data Documentation

◆ d_ptr

QScopedPointer<qSlicerEventBrokerModulePrivate> qSlicerEventBrokerModule::d_ptr
protected

Definition at line 60 of file qSlicerEventBrokerModule.h.


The documentation for this class was generated from the following file: