Slicer  5.3
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
List of all members | Signals | Public Member Functions | Protected Member Functions | Protected Attributes
qSlicerAbstractModulePanel Class Referenceabstract

#include <Base/QTGUI/qSlicerAbstractModulePanel.h>

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

Signals

void moduleAdded (const QString &moduleName)
 
void moduleRemoved (const QString &moduleName)
 
- Signals inherited from qSlicerWidget
void mrmlSceneChanged (vtkMRMLScene *)
 

Public Member Functions

void addModule (const QString &moduleName)
 
Q_INVOKABLE qSlicerModuleManagermoduleManager () const
 
 qSlicerAbstractModulePanel (QWidget *parent=nullptr, Qt::WindowFlags f=Qt::WindowFlags())
 
virtual void removeAllModules ()=0
 
void removeModule (const QString &moduleName)
 
Q_INVOKABLE void setModuleManager (qSlicerModuleManager *moduleManager)
 
 ~qSlicerAbstractModulePanel () override
 
- Public Member Functions inherited from qSlicerWidget
vtkSlicerApplicationLogicappLogic () const
 
vtkMRMLAbstractLogicmoduleLogic (const QString &moduleName) const
 
 qSlicerWidget (QWidget *parent=nullptr, Qt::WindowFlags f=Qt::WindowFlags())
 
 ~qSlicerWidget () override
 
- Public Member Functions inherited from qSlicerObject
vtkMRMLScenemrmlScene () const
 Return a pointer on the MRML scene. More...
 
 qSlicerObject ()
 
virtual void setMRMLScene (vtkMRMLScene *)
 Set the current MRML scene to the widget. More...
 
virtual ~qSlicerObject ()
 

Protected Member Functions

virtual void addModule (qSlicerAbstractCoreModule *module)=0
 
virtual void removeModule (qSlicerAbstractCoreModule *module)=0
 

Protected Attributes

QScopedPointer< qSlicerAbstractModulePanelPrivate > d_ptr
 
- Protected Attributes inherited from qSlicerWidget
QScopedPointer< qSlicerWidgetPrivate > d_ptr
 
- Protected Attributes inherited from qSlicerObject
QScopedPointer< qSlicerObjectPrivate > d_ptr
 

Additional Inherited Members

- Public Slots inherited from qSlicerWidget
void setMRMLScene (vtkMRMLScene *scene) override
 

Detailed Description

Definition at line 31 of file qSlicerAbstractModulePanel.h.

Constructor & Destructor Documentation

◆ qSlicerAbstractModulePanel()

qSlicerAbstractModulePanel::qSlicerAbstractModulePanel ( QWidget *  parent = nullptr,
Qt::WindowFlags  f = Qt::WindowFlags() 
)

◆ ~qSlicerAbstractModulePanel()

qSlicerAbstractModulePanel::~qSlicerAbstractModulePanel ( )
override

Member Function Documentation

◆ addModule() [1/2]

void qSlicerAbstractModulePanel::addModule ( const QString &  moduleName)

◆ addModule() [2/2]

virtual void qSlicerAbstractModulePanel::addModule ( qSlicerAbstractCoreModule module)
protectedpure virtual

Implemented in qSlicerModulePanel.

◆ moduleAdded

void qSlicerAbstractModulePanel::moduleAdded ( const QString &  moduleName)
signal

◆ moduleManager()

Q_INVOKABLE qSlicerModuleManager* qSlicerAbstractModulePanel::moduleManager ( ) const

◆ moduleRemoved

void qSlicerAbstractModulePanel::moduleRemoved ( const QString &  moduleName)
signal

◆ removeAllModules()

virtual void qSlicerAbstractModulePanel::removeAllModules ( )
pure virtual

Implemented in qSlicerModulePanel.

◆ removeModule() [1/2]

void qSlicerAbstractModulePanel::removeModule ( const QString &  moduleName)

◆ removeModule() [2/2]

virtual void qSlicerAbstractModulePanel::removeModule ( qSlicerAbstractCoreModule module)
protectedpure virtual

Implemented in qSlicerModulePanel.

◆ setModuleManager()

Q_INVOKABLE void qSlicerAbstractModulePanel::setModuleManager ( qSlicerModuleManager moduleManager)

Member Data Documentation

◆ d_ptr

QScopedPointer<qSlicerAbstractModulePanelPrivate> qSlicerAbstractModulePanel::d_ptr
protected

Definition at line 51 of file qSlicerAbstractModulePanel.h.


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