Slicer
4.11
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <Libs/MRML/Widgets/qMRMLThreeDViewInformationWidget.h>
Public Types | |
typedef qMRMLWidget | Superclass |
Superclass typedef. More... | |
Public Types inherited from qMRMLWidget | |
typedef QWidget | Superclass |
Public Slots | |
void | setMRMLViewNode (vtkMRMLNode *newNode) |
Set a new viewNode. More... | |
void | setMRMLViewNode (vtkMRMLViewNode *newSliceNode) |
Set a new SliceNode. More... | |
void | setViewGroup (int viewGroup) |
Set view group. More... | |
Public Slots inherited from qMRMLWidget | |
virtual void | setMRMLScene (vtkMRMLScene *newScene) |
Set the MRML scene associated with the widget. More... | |
Public Member Functions | |
vtkMRMLViewNode * | mrmlViewNode () const |
Get viewNode. More... | |
qMRMLThreeDViewInformationWidget (QWidget *parent=nullptr) | |
Constructors. More... | |
~qMRMLThreeDViewInformationWidget () override | |
Public Member Functions inherited from qMRMLWidget | |
Q_INVOKABLE vtkMRMLScene * | mrmlScene () const |
Return a pointer on the current MRML scene. More... | |
qMRMLWidget (QWidget *parent=nullptr, Qt::WindowFlags f=nullptr) | |
~qMRMLWidget () override | |
Protected Attributes | |
QScopedPointer< qMRMLThreeDViewInformationWidgetPrivate > | 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 void | postInitializeApplication () |
Initialization that needs to be performed after application object is created. More... | |
static Q_INVOKABLE void | preInitializeApplication () |
Definition at line 39 of file qMRMLThreeDViewInformationWidget.h.
Superclass typedef.
Definition at line 44 of file qMRMLThreeDViewInformationWidget.h.
|
explicit |
Constructors.
|
override |
vtkMRMLViewNode* qMRMLThreeDViewInformationWidget::mrmlViewNode | ( | ) | const |
Get viewNode.
|
slot |
Set a new viewNode.
|
slot |
Set a new SliceNode.
|
slot |
Set view group.
|
protected |
Definition at line 65 of file qMRMLThreeDViewInformationWidget.h.