#include <Libs/MRML/Widgets/qMRMLTableViewControllerWidget.h>
qMRMLTableViewControllerWidget offers controls to a table view (vtkMRMLTableViewNode and vtkMRMLTableNode). This controller allows for the content (data) and style (properties) of a table to be defined.
Definition at line 42 of file qMRMLTableViewControllerWidget.h.
◆ Superclass
◆ qMRMLTableViewControllerWidget()
qMRMLTableViewControllerWidget::qMRMLTableViewControllerWidget |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
◆ ~qMRMLTableViewControllerWidget()
virtual qMRMLTableViewControllerWidget::~qMRMLTableViewControllerWidget |
( |
| ) |
|
|
virtual |
◆ setMRMLScene
virtual void qMRMLTableViewControllerWidget::setMRMLScene |
( |
vtkMRMLScene * |
newScene | ) |
|
|
virtualslot |
◆ setMRMLTableViewNode
Set the TableViewNode associated with this TableViewController. TableViewNodes are 1-to-1 with TableViews
◆ setTableView
void qMRMLTableViewControllerWidget::setTableView |
( |
qMRMLTableView * |
TableView | ) |
|
|
slot |
Set the TableView with which this controller interacts.
◆ setViewLabel()
void qMRMLTableViewControllerWidget::setViewLabel |
( |
const QString & |
newViewLabel | ) |
|
Set the label for the table view (abbreviation for the view name)
◆ updateWidgetFromMRML
void qMRMLTableViewControllerWidget::updateWidgetFromMRML |
( |
| ) |
|
|
protectedslot |
◆ viewLabel()
QString qMRMLTableViewControllerWidget::viewLabel |
( |
| ) |
const |
Get the label for the view (abbreviation for the view name)
The documentation for this class was generated from the following file: