#include <Modules/Loadable/Tables/Widgets/qSlicerTableColumnPropertiesWidget.h>
|
QScopedPointer< qSlicerTableColumnPropertiesWidgetPrivate > | d_ptr |
|
QScopedPointer< qSlicerWidgetPrivate > | d_ptr |
|
QScopedPointer< qSlicerObjectPrivate > | d_ptr |
|
◆ Superclass
◆ columnNameVisible
bool qSlicerTableColumnPropertiesWidget::columnNameVisible |
|
readwrite |
◆ confirmTypeChange
bool qSlicerTableColumnPropertiesWidget::confirmTypeChange |
|
readwrite |
◆ qSlicerTableColumnPropertiesWidget()
qSlicerTableColumnPropertiesWidget::qSlicerTableColumnPropertiesWidget |
( |
QWidget * |
parent = nullptr | ) |
|
◆ ~qSlicerTableColumnPropertiesWidget()
qSlicerTableColumnPropertiesWidget::~qSlicerTableColumnPropertiesWidget |
( |
| ) |
|
|
override |
◆ columnNameVisible()
Q_INVOKABLE bool qSlicerTableColumnPropertiesWidget::columnNameVisible |
( |
| ) |
const |
◆ columnProperty()
Q_INVOKABLE QString qSlicerTableColumnPropertiesWidget::columnProperty |
( |
QString |
propertyName | ) |
const |
◆ confirmTypeChange()
Q_INVOKABLE bool qSlicerTableColumnPropertiesWidget::confirmTypeChange |
( |
| ) |
const |
◆ mrmlTableColumnNames()
Q_INVOKABLE QStringList qSlicerTableColumnPropertiesWidget::mrmlTableColumnNames |
( |
| ) |
|
◆ mrmlTableNode()
Q_INVOKABLE vtkMRMLTableNode* qSlicerTableColumnPropertiesWidget::mrmlTableNode |
( |
| ) |
const |
Get the table node the columns are edited of.
◆ onApplyTypeChange
void qSlicerTableColumnPropertiesWidget::onApplyTypeChange |
( |
| ) |
|
|
protectedslot |
◆ onCancelTypeChange
void qSlicerTableColumnPropertiesWidget::onCancelTypeChange |
( |
| ) |
|
|
protectedslot |
◆ onDataTypeChanged
void qSlicerTableColumnPropertiesWidget::onDataTypeChanged |
( |
const QString & |
| ) |
|
|
protectedslot |
◆ onPropertyChanged
void qSlicerTableColumnPropertiesWidget::onPropertyChanged |
( |
const QString & |
| ) |
|
|
protectedslot |
◆ setColumnNameVisible
void qSlicerTableColumnPropertiesWidget::setColumnNameVisible |
( |
bool |
| ) |
|
|
slot |
◆ setColumnProperty()
Q_INVOKABLE void qSlicerTableColumnPropertiesWidget::setColumnProperty |
( |
QString |
propertyName, |
|
|
QString |
propertyValue |
|
) |
| |
◆ setConfirmTypeChange
void qSlicerTableColumnPropertiesWidget::setConfirmTypeChange |
( |
bool |
| ) |
|
|
slot |
If enabled then column type change is not performed immediately but user must to confirmit by pressing "Convert" button.
◆ setMRMLScene
void qSlicerTableColumnPropertiesWidget::setMRMLScene |
( |
vtkMRMLScene * |
scene | ) |
|
|
overrideslot |
◆ setMRMLTableColumnName
void qSlicerTableColumnPropertiesWidget::setMRMLTableColumnName |
( |
const QString & |
selectedColumn | ) |
|
|
slot |
◆ setMRMLTableColumnNames
void qSlicerTableColumnPropertiesWidget::setMRMLTableColumnNames |
( |
const QStringList & |
selectedColumns | ) |
|
|
slot |
◆ setMRMLTableNode [1/2]
void qSlicerTableColumnPropertiesWidget::setMRMLTableNode |
( |
vtkMRMLTableNode * |
tableNode | ) |
|
|
slot |
◆ setMRMLTableNode [2/2]
void qSlicerTableColumnPropertiesWidget::setMRMLTableNode |
( |
vtkMRMLNode * |
tableNode | ) |
|
|
slot |
Utility function to simply connect signals/slots with Qt Designer.
◆ setSelectionFromMRMLTableView()
Q_INVOKABLE void qSlicerTableColumnPropertiesWidget::setSelectionFromMRMLTableView |
( |
qMRMLTableView * |
tableView | ) |
|
Get the selected table node and column from the specified tableView widget.
◆ setup()
virtual void qSlicerTableColumnPropertiesWidget::setup |
( |
| ) |
|
|
protectedvirtual |
◆ tableViewSelectionChanged
void qSlicerTableColumnPropertiesWidget::tableViewSelectionChanged |
( |
| ) |
|
|
protectedslot |
Called when selection is changed in the associated table view.
◆ updateFinished
void qSlicerTableColumnPropertiesWidget::updateFinished |
( |
| ) |
|
|
signal |
This signal is emitted if updates to the widget have finished. It is called after fiducials are changed (added, position modified, etc).
◆ updateWidget
void qSlicerTableColumnPropertiesWidget::updateWidget |
( |
| ) |
|
|
protectedslot |
Update the GUI to reflect the currently selected table node.
◆ d_ptr
QScopedPointer<qSlicerTableColumnPropertiesWidgetPrivate> qSlicerTableColumnPropertiesWidget::d_ptr |
|
protected |
The documentation for this class was generated from the following file: