|
| 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. More...
|
|
vtkDataObject * | GetVTKDataObject () const override |
| Set/Get the VTK data object as input to this adapter. More...
|
|
|
virtual vtkAnnotationLayers * | QModelIndexListToVTKAnnotationLayers (const QModelIndexList qmil) const |
| Selection conversion from VTK land to Qt land. More...
|
|
virtual QItemSelection | VTKAnnotationLayersToQItemSelection (vtkAnnotationLayers *vtkann) const |
| Selection conversion from VTK land to Qt land. More...
|
|
vtkSelection * | QModelIndexListToVTKIndexSelection (const QModelIndexList qmil) const override |
| Selection conversion from VTK land to Qt land. More...
|
|
QItemSelection | VTKIndexSelectionToQItemSelection (vtkSelection *vtksel) const override |
| Selection conversion from VTK land to Qt land. More...
|
|
|
void | setAnnotationLayers (vtkAnnotationLayers *annotations) |
| Set up the model based on the current table. More...
|
|
vtkAnnotationLayers * | annotationLayers () const |
| Set up the model based on the current table. More...
|
|
QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const override |
| Set up the model based on the current table. More...
|
|
bool | setData (const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) override |
| Set up the model based on the current table. More...
|
|
Qt::ItemFlags | flags (const QModelIndex &index) const override |
| Set up the model based on the current table. More...
|
|
QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const override |
| Set up the model based on the current table. More...
|
|
QModelIndex | index (int row, int column, const QModelIndex &parent=QModelIndex()) const override |
| Set up the model based on the current table. More...
|
|
QModelIndex | parent (const QModelIndex &index) const override |
| Set up the model based on the current table. More...
|
|
int | rowCount (const QModelIndex &parent=QModelIndex()) const override |
| Set up the model based on the current table. More...
|
|
int | columnCount (const QModelIndex &parent=QModelIndex()) const override |
| Set up the model based on the current table. More...
|
|
| vtkQtAbstractModelAdapter (QObject *p) |
|
virtual void | SetViewType (int type) |
| Set/Get the view type. More...
|
|
virtual int | GetViewType () |
|
virtual void | SetKeyColumn (int col) |
| Set/Get the key column. More...
|
|
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. More...
|
|
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. More...
|
|
void | reset () |
|
void | beginResetModel () |
|
void | endResetModel () |
|