Combines a QTableView along with a QmitkPropertiesTableModel to a reusable Property Editor component.
More...
#include <QmitkPropertiesTableEditor.h>
Combines a QTableView along with a QmitkPropertiesTableModel to a reusable Property Editor component.
- See also
- QmitkPropertyDelegate
Definition at line 36 of file QmitkPropertiesTableEditor.h.
◆ QmitkPropertiesTableEditor()
QmitkPropertiesTableEditor::QmitkPropertiesTableEditor |
( |
QWidget * |
parent = nullptr , |
|
|
Qt::WindowFlags |
f = {} , |
|
|
mitk::DataNode::Pointer |
_Node = nullptr |
|
) |
| |
◆ ~QmitkPropertiesTableEditor()
QmitkPropertiesTableEditor::~QmitkPropertiesTableEditor |
( |
| ) |
|
|
override |
Standard dtor. Nothing to do here.
◆ getModel()
◆ getTable()
QTableView* QmitkPropertiesTableEditor::getTable |
( |
| ) |
const |
◆ init()
virtual void QmitkPropertiesTableEditor::init |
( |
| ) |
|
|
protectedvirtual |
◆ PropertyFilterKeyWordTextChanged
void QmitkPropertiesTableEditor::PropertyFilterKeyWordTextChanged |
( |
const QString & |
text | ) |
|
|
protectedslot |
◆ SetPropertyList()
Convenience method. Sets the property list in the model.
◆ m_Model
◆ m_NodePropertiesTableView
QTableView* QmitkPropertiesTableEditor::m_NodePropertiesTableView |
|
protected |
◆ m_TxtPropertyFilterKeyWord
QLineEdit* QmitkPropertiesTableEditor::m_TxtPropertyFilterKeyWord |
|
protected |
A text field in which the user can enter a filter keyword for the properties. Only properties containing with this keyword will be selected.
Definition at line 79 of file QmitkPropertiesTableEditor.h.
The documentation for this class was generated from the following file: