|
enum | Roles { Data = Qt::UserRole
, Filter
} |
|
| 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: