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 Slots | Public Member Functions | Protected Slots | Protected Attributes
qSlicerVolumeDisplayWidget Class Reference

#include <Modules/Loadable/Volumes/Widgets/qSlicerVolumeDisplayWidget.h>

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

Public Types

typedef qMRMLWidget Superclass
 Constructors. More...
 
- Public Types inherited from qMRMLWidget
typedef QWidget Superclass
 

Public Slots

void setMRMLVolumeNode (vtkMRMLNode *node)
 Set the MRML node of interest. More...
 
- Public Slots inherited from qMRMLWidget
virtual void setMRMLScene (vtkMRMLScene *newScene)
 Set the MRML scene associated with the widget. More...
 

Public Member Functions

 qSlicerVolumeDisplayWidget (QWidget *parent=nullptr)
 
 ~qSlicerVolumeDisplayWidget () override
 
- Public Member Functions inherited from qMRMLWidget
Q_INVOKABLE vtkMRMLScenemrmlScene () const
 Return a pointer on the current MRML scene. More...
 
 qMRMLWidget (QWidget *parent=nullptr, Qt::WindowFlags f=Qt::WindowFlags())
 
 ~qMRMLWidget () override
 

Protected Slots

void updateFromMRML (vtkObject *volume)
 

Protected Attributes

QScopedPointer< qSlicerVolumeDisplayWidgetPrivate > d_ptr
 
- Protected Attributes inherited from qMRMLWidget
QScopedPointer< qMRMLWidgetPrivate > d_ptr
 

Additional Inherited Members

- Signals inherited from qMRMLWidget
void mrmlSceneChanged (vtkMRMLScene *)
 
- Static Public Member Functions inherited from qMRMLWidget
static Q_INVOKABLE QPixmap pixmapFromIcon (const QIcon &icon)
 
static Q_INVOKABLE void postInitializeApplication ()
 Initialization that needs to be performed after application object is created. More...
 
static Q_INVOKABLE void preInitializeApplication ()
 

Detailed Description

Definition at line 17 of file qSlicerVolumeDisplayWidget.h.

Member Typedef Documentation

◆ Superclass

Constructors.

Definition at line 24 of file qSlicerVolumeDisplayWidget.h.

Constructor & Destructor Documentation

◆ qSlicerVolumeDisplayWidget()

qSlicerVolumeDisplayWidget::qSlicerVolumeDisplayWidget ( QWidget *  parent = nullptr)
explicit

◆ ~qSlicerVolumeDisplayWidget()

qSlicerVolumeDisplayWidget::~qSlicerVolumeDisplayWidget ( )
override

Member Function Documentation

◆ setMRMLVolumeNode

void qSlicerVolumeDisplayWidget::setMRMLVolumeNode ( vtkMRMLNode node)
slot

Set the MRML node of interest.

◆ updateFromMRML

void qSlicerVolumeDisplayWidget::updateFromMRML ( vtkObject *  volume)
protectedslot

Internally use in case the current display widget should change when the volume node changes

Member Data Documentation

◆ d_ptr

QScopedPointer<qSlicerVolumeDisplayWidgetPrivate> qSlicerVolumeDisplayWidget::d_ptr
protected

Definition at line 37 of file qSlicerVolumeDisplayWidget.h.


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