|
VTK
9.4.2
|
Adapts annotations to a Qt item model. More...
#include <vtkQtAnnotationLayersModelAdapter.h>
Public Member Functions | |
| vtkQtAnnotationLayersModelAdapter (QObject *parent=nullptr) | |
| vtkQtAnnotationLayersModelAdapter (vtkAnnotationLayers *ann, QObject *parent=nullptr) | |
| ~vtkQtAnnotationLayersModelAdapter () override | |
| void | SetKeyColumnName (const char *name) override |
| void | SetColorColumnName (const char *name) override |
| void | SetVTKDataObject (vtkDataObject *data) override |
| Set/Get the VTK data object as input to this adapter. | |
| vtkDataObject * | GetVTKDataObject () const override |
| Set/Get the VTK data object as input to this adapter. | |
| virtual vtkAnnotationLayers * | QModelIndexListToVTKAnnotationLayers (QModelIndexList qmil) const |
| Selection conversion from VTK land to Qt land. | |
| virtual QItemSelection | VTKAnnotationLayersToQItemSelection (vtkAnnotationLayers *vtkann) const |
| Selection conversion from VTK land to Qt land. | |
| vtkSelection * | QModelIndexListToVTKIndexSelection (QModelIndexList qmil) const override |
| Selection conversion from VTK land to Qt land. | |
| QItemSelection | VTKIndexSelectionToQItemSelection (vtkSelection *vtksel) const override |
| Selection conversion from VTK land to Qt land. | |
| void | setAnnotationLayers (vtkAnnotationLayers *annotations) |
| Set up the model based on the current table. | |
| vtkAnnotationLayers * | annotationLayers () const |
| Set up the model based on the current table. | |
| QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const override |
| Set up the model based on the current table. | |
| bool | setData (const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) override |
| Set up the model based on the current table. | |
| Qt::ItemFlags | flags (const QModelIndex &index) const override |
| Set up the model based on the current table. | |
| QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const override |
| Set up the model based on the current table. | |
| QModelIndex | index (int row, int column, const QModelIndex &parent=QModelIndex()) const override |
| Set up the model based on the current table. | |
| QModelIndex | parent (const QModelIndex &index) const override |
| Set up the model based on the current table. | |
| int | rowCount (const QModelIndex &parent=QModelIndex()) const override |
| Set up the model based on the current table. | |
| int | columnCount (const QModelIndex &parent=QModelIndex()) const override |
| Set up the model based on the current table. | |
Public Member Functions inherited from vtkQtAbstractModelAdapter | |
| vtkQtAbstractModelAdapter (QObject *p) | |
| virtual void | SetViewType (int type) |
| Set/Get the view type. | |
| virtual int | GetViewType () |
| virtual void | SetKeyColumn (int col) |
| Set/Get the key column. | |
| virtual int | GetKeyColumn () |
| virtual void | SetKeyColumnName (const char *name)=0 |
| virtual void | SetColorColumn (int col) |
| Set/Get the column storing the rgba color values for each row. | |
| virtual int | GetColorColumn () |
| virtual void | SetColorColumnName (const char *name)=0 |
| virtual void | SetDataColumnRange (int c1, int c2) |
| Set the range of columns that specify the main data matrix. | |
| void | reset () |
| void | beginResetModel () |
| void | endResetModel () |
Additional Inherited Members | |
Public Types inherited from vtkQtAbstractModelAdapter | |
| enum | { FULL_VIEW , DATA_VIEW } |
Signals inherited from vtkQtAbstractModelAdapter | |
| void | modelChanged () |
Protected Member Functions inherited from vtkQtAbstractModelAdapter | |
| virtual int | ModelColumnToFieldDataColumn (int col) const |
| Map a column index in the QAbstractItemModel to a vtkTable column. | |
Protected Attributes inherited from vtkQtAbstractModelAdapter | |
| int | ViewType |
| int | KeyColumn |
| int | ColorColumn |
| int | DataStartColumn |
| int | DataEndColumn |
Adapts annotations to a Qt item model.
vtkQtAnnotationLayersModelAdapter is a QAbstractItemModel with a vtkAnnotationLayers as its underlying data model.
Definition at line 26 of file vtkQtAnnotationLayersModelAdapter.h.
| vtkQtAnnotationLayersModelAdapter::vtkQtAnnotationLayersModelAdapter | ( | QObject * | parent = nullptr | ) |
| vtkQtAnnotationLayersModelAdapter::vtkQtAnnotationLayersModelAdapter | ( | vtkAnnotationLayers * | ann, |
| QObject * | parent = nullptr |
||
| ) |
|
override |
|
overridevirtual |
Set/Get the VTK data object as input to this adapter.
Implements vtkQtAbstractModelAdapter.
|
overridevirtual |
Set/Get the VTK data object as input to this adapter.
Implements vtkQtAbstractModelAdapter.
|
virtual |
Selection conversion from VTK land to Qt land.
|
virtual |
Selection conversion from VTK land to Qt land.
|
overridevirtual |
Selection conversion from VTK land to Qt land.
Implements vtkQtAbstractModelAdapter.
|
overridevirtual |
Selection conversion from VTK land to Qt land.
Implements vtkQtAbstractModelAdapter.
|
overridevirtual |
Implements vtkQtAbstractModelAdapter.
|
overridevirtual |
Implements vtkQtAbstractModelAdapter.
| void vtkQtAnnotationLayersModelAdapter::setAnnotationLayers | ( | vtkAnnotationLayers * | annotations | ) |
Set up the model based on the current table.
|
inline |
Set up the model based on the current table.
Definition at line 61 of file vtkQtAnnotationLayersModelAdapter.h.
|
override |
Set up the model based on the current table.
|
override |
Set up the model based on the current table.
|
override |
Set up the model based on the current table.
|
override |
Set up the model based on the current table.
|
override |
Set up the model based on the current table.
|
override |
Set up the model based on the current table.
|
override |
Set up the model based on the current table.
|
override |
Set up the model based on the current table.