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

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

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

Public Slots

void setMRMLNode (vtkMRMLNode *node)
 Set the inspected MRML node. More...
 
void updateWidgetFromMRML ()
 Refreshes the widget contents (useful for keeping displayed contents up-to-date without invoking node modified event) More...
 

Public Member Functions

vtkMRMLNodemrmlNode () const
 Get the inspected MRML node. More...
 
 qMRMLNodeAttributeTableWidget (QWidget *parent=0)
 Constructors. More...
 
qMRMLNodeAttributeTableViewtableView ()
 Get node attribute table view. More...
 
virtual ~qMRMLNodeAttributeTableWidget ()
 

Protected Member Functions

virtual void showEvent (QShowEvent *)
 

Protected Attributes

QScopedPointer< qMRMLNodeAttributeTableWidgetPrivate > d_ptr
 

Detailed Description

Definition at line 39 of file qMRMLNodeAttributeTableWidget.h.

Constructor & Destructor Documentation

◆ qMRMLNodeAttributeTableWidget()

qMRMLNodeAttributeTableWidget::qMRMLNodeAttributeTableWidget ( QWidget *  parent = 0)
explicit

Constructors.

◆ ~qMRMLNodeAttributeTableWidget()

virtual qMRMLNodeAttributeTableWidget::~qMRMLNodeAttributeTableWidget ( )
virtual

Member Function Documentation

◆ mrmlNode()

vtkMRMLNode* qMRMLNodeAttributeTableWidget::mrmlNode ( ) const

Get the inspected MRML node.

◆ setMRMLNode

void qMRMLNodeAttributeTableWidget::setMRMLNode ( vtkMRMLNode node)
slot

Set the inspected MRML node.

◆ showEvent()

virtual void qMRMLNodeAttributeTableWidget::showEvent ( QShowEvent *  )
protectedvirtual

◆ tableView()

qMRMLNodeAttributeTableView* qMRMLNodeAttributeTableWidget::tableView ( )

Get node attribute table view.

◆ updateWidgetFromMRML

void qMRMLNodeAttributeTableWidget::updateWidgetFromMRML ( )
slot

Refreshes the widget contents (useful for keeping displayed contents up-to-date without invoking node modified event)

Member Data Documentation

◆ d_ptr

QScopedPointer<qMRMLNodeAttributeTableWidgetPrivate> qMRMLNodeAttributeTableWidget::d_ptr
protected

Definition at line 65 of file qMRMLNodeAttributeTableWidget.h.


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