![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Types | |
| enum | Roles { Data = Qt::UserRole , Filter } |
Public Member Functions | |
| void | brushingUpdate () |
| int | columnCount (const QModelIndex &parent=QModelIndex()) const override |
| QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const override |
| DataFrameModel (QObject *parent=nullptr) | |
| std::vector< int > | getSelectedRows () const |
| QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const override |
| void | highlightRow (const QModelIndex &index) |
| int | rowCount (const QModelIndex &parent=QModelIndex()) const override |
| void | selectRows (const QModelIndexList &indices) |
| void | setDataFrame (std::shared_ptr< const DataFrame > dataframe, bool categoryIndices=false) |
| void | setManager (BrushingAndLinkingManager &manager) |