Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
qMRMLClipNodeWidget Class Reference

#include <Libs/MRML/Widgets/qMRMLClipNodeWidget.h>

Inheritance diagram for qMRMLClipNodeWidget:
Collaboration diagram for qMRMLClipNodeWidget:

Public Slots

void setMRMLClipNode (vtkMRMLClipNode *node)
 Set the clip node to represent.
 
void setMRMLClipNode (vtkMRMLNode *node)
 Utility function to be connected to signals/slots.
 
- Public Slots inherited from qMRMLWidget
virtual void setMRMLScene (vtkMRMLScene *newScene)
 Set the MRML scene associated with the widget.
 

Public Member Functions

int clipState (const char *nodeID) const
 
int clipState (vtkMRMLNode *node) const
 
int clipType () const
 
vtkMRMLClipNodemrmlClipNode () const
 
 qMRMLClipNodeWidget (QWidget *parent=nullptr)
 
void setClipState (const char *nodeID, int state)
 
void setClipState (vtkMRMLNode *node, int state)
 
void setClipType (int)
 
 ~qMRMLClipNodeWidget () override
 
- Public Member Functions inherited from qMRMLWidget
Q_INVOKABLE vtkMRMLScenemrmlScene () const
 Return a pointer on the current MRML scene.
 
 qMRMLWidget (QWidget *parent=nullptr, Qt::WindowFlags f=Qt::WindowFlags())
 
 ~qMRMLWidget () override
 

Protected Slots

void updateClippingNodeFrame ()
 
void updateClippingNodeFromWidget ()
 
void updateMRMLFromWidget ()
 
void updateNodeClipType ()
 
void updateWidgetFromMRML ()
 

Protected Member Functions

bool needToUpdateClippingNodeFrame () const
 

Protected Attributes

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

Additional Inherited Members

- Public Types inherited from qMRMLWidget
typedef QWidget Superclass
 
- 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.
 
static Q_INVOKABLE void preInitializeApplication ()
 

Detailed Description

Definition at line 37 of file qMRMLClipNodeWidget.h.

Constructor & Destructor Documentation

◆ qMRMLClipNodeWidget()

qMRMLClipNodeWidget::qMRMLClipNodeWidget ( QWidget * parent = nullptr)

◆ ~qMRMLClipNodeWidget()

qMRMLClipNodeWidget::~qMRMLClipNodeWidget ( )
override

Member Function Documentation

◆ clipState() [1/2]

int qMRMLClipNodeWidget::clipState ( const char * nodeID) const

◆ clipState() [2/2]

int qMRMLClipNodeWidget::clipState ( vtkMRMLNode * node) const

◆ clipType()

int qMRMLClipNodeWidget::clipType ( ) const

◆ mrmlClipNode()

vtkMRMLClipNode * qMRMLClipNodeWidget::mrmlClipNode ( ) const

◆ needToUpdateClippingNodeFrame()

bool qMRMLClipNodeWidget::needToUpdateClippingNodeFrame ( ) const
protected

◆ setClipState() [1/2]

void qMRMLClipNodeWidget::setClipState ( const char * nodeID,
int state )

◆ setClipState() [2/2]

void qMRMLClipNodeWidget::setClipState ( vtkMRMLNode * node,
int state )

◆ setClipType()

void qMRMLClipNodeWidget::setClipType ( int )

◆ setMRMLClipNode [1/2]

void qMRMLClipNodeWidget::setMRMLClipNode ( vtkMRMLClipNode * node)
slot

Set the clip node to represent.

◆ setMRMLClipNode [2/2]

void qMRMLClipNodeWidget::setMRMLClipNode ( vtkMRMLNode * node)
slot

Utility function to be connected to signals/slots.

◆ updateClippingNodeFrame

void qMRMLClipNodeWidget::updateClippingNodeFrame ( )
protectedslot

◆ updateClippingNodeFromWidget

void qMRMLClipNodeWidget::updateClippingNodeFromWidget ( )
protectedslot

◆ updateMRMLFromWidget

void qMRMLClipNodeWidget::updateMRMLFromWidget ( )
protectedslot

◆ updateNodeClipType

void qMRMLClipNodeWidget::updateNodeClipType ( )
protectedslot

◆ updateWidgetFromMRML

void qMRMLClipNodeWidget::updateWidgetFromMRML ( )
protectedslot

Member Data Documentation

◆ d_ptr

QScopedPointer<qMRMLClipNodeWidgetPrivate> qMRMLClipNodeWidget::d_ptr
protected

Definition at line 78 of file qMRMLClipNodeWidget.h.


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