A Qt compatible ItemDelegate for showing properties around a Geometry Vertex object.
More...
|
| | VertexTableDelegate (QObject *parent=nullptr) |
| | Constructs a VertexTableDelegate.
|
| bool | editorEvent (QEvent *event, QAbstractItemModel *model, const QStyleOptionViewItem &option, const QModelIndex &index) override |
| | Handles editor events such as clicks on vertex table cells.
|
A Qt compatible ItemDelegate for showing properties around a Geometry Vertex object.
Definition at line 45 of file QTVertexManagerView.h.
◆ VertexTableDelegate()
| VertexTableDelegate::VertexTableDelegate |
( |
QObject * | parent = nullptr | ) |
|
|
explicit |
◆ editorEvent()
| bool VertexTableDelegate::editorEvent |
( |
QEvent * | event, |
|
|
QAbstractItemModel * | model, |
|
|
const QStyleOptionViewItem & | option, |
|
|
const QModelIndex & | index ) |
|
override |
Handles editor events such as clicks on vertex table cells.
- Parameters
-
| [in] | event | The event to process. |
| [in] | model | The abstract item model. |
| [in] | option | The style option for the item. |
| [in] | index | The model index of the item. |
- Returns
- True if the event was handled.
The documentation for this class was generated from the following file: