Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::DataFrameModel Class Reference
Inheritance diagram for inviwo::DataFrameModel:

Public Types

enum  Roles { Data = Qt::UserRole , Filter }

Public Member Functions

 DataFrameModel (QObject *parent=nullptr)
void setManager (BrushingAndLinkingManager &manager)
void setDataFrame (std::shared_ptr< const DataFrame > dataframe, bool categoryIndices=false)
void brushingUpdate ()
int rowCount (const QModelIndex &parent=QModelIndex()) const override
int columnCount (const QModelIndex &parent=QModelIndex()) const override
QVariant data (const QModelIndex &index, int role=Qt::DisplayRole) const override
QVariant headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const override
void highlightRow (const QModelIndex &index)
void selectRows (const QModelIndexList &indices)
std::vector< int > getSelectedRows () const

The documentation for this class was generated from the following file:
  • dataframemodel.h