Slicer  5.3
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=nullptr)
 Constructors. More...
 
qMRMLNodeAttributeTableViewtableView ()
 Get node attribute table view. More...
 
 ~qMRMLNodeAttributeTableWidget () override
 

Protected Member Functions

void showEvent (QShowEvent *) override
 

Protected Attributes

QScopedPointer< qMRMLNodeAttributeTableWidgetPrivate > d_ptr
 

Detailed Description

Definition at line 39 of file qMRMLNodeAttributeTableWidget.h.

Constructor & Destructor Documentation

◆ qMRMLNodeAttributeTableWidget()

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

Constructors.

◆ ~qMRMLNodeAttributeTableWidget()

qMRMLNodeAttributeTableWidget::~qMRMLNodeAttributeTableWidget ( )
override

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()

void qMRMLNodeAttributeTableWidget::showEvent ( QShowEvent *  )
overrideprotected

◆ 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: