qMRMLTableWidget is the toplevel table widget that can be packed in a layout.
More...
#include <Libs/MRML/Widgets/qMRMLTableWidget.h>
|
QScopedPointer< qMRMLTableWidgetPrivate > | d_ptr |
|
QScopedPointer< qMRMLWidgetPrivate > | d_ptr |
|
qMRMLTableWidget is the toplevel table widget that can be packed in a layout.
qMRMLTableWidget provides tabling capabilities with a display canvas for the table and a controller widget to control the content and properties of the table.
Definition at line 46 of file qMRMLTableWidget.h.
◆ Superclass
◆ qMRMLTableWidget()
qMRMLTableWidget::qMRMLTableWidget |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
◆ ~qMRMLTableWidget()
virtual qMRMLTableWidget::~qMRMLTableWidget |
( |
| ) |
|
|
virtual |
◆ mrmlTableViewNode()
Get the tabl node observed by view.
◆ setMRMLTableViewNode
Set the current viewNode to observe.
◆ setViewLabel()
void qMRMLTableWidget::setViewLabel |
( |
const QString & |
newTableViewLabel | ) |
|
Set the view label for the table.
- See also
- qMRMLTableControllerWidget::tableViewLabel()
-
tableViewLabel()
◆ tableController()
Get table view controller widget.
◆ tableView()
Get a reference to the underlying Table View Becareful if you change the TableView, you might unsynchronize the view from the nodes/logics.
◆ viewLabel()
QString qMRMLTableWidget::viewLabel |
( |
| ) |
const |
Get the view label for the table.
- See also
- qMRMLTableControllerWidget::tableViewLabel()
-
setTableViewLabel()
◆ d_ptr
QScopedPointer<qMRMLTableWidgetPrivate> qMRMLTableWidget::d_ptr |
|
protected |
The documentation for this class was generated from the following file: