Inviwo 0.9.12-pre
Inviwo documentation
|
Widget for showing a DataFrame in a QTableView. More...
#include <dataframetableview.h>
Public Member Functions | |
DataFrameTableView (QWidget *parent=nullptr) | |
void | setManager (BrushingAndLinkingManager &manager) |
void | setDataFrame (std::shared_ptr< const DataFrame > dataframe, bool categoryIndices=false) |
void | brushingUpdate () |
void | setIndexColumnVisible (bool visible) |
bool | isIndexColumnVisible () const |
void | setFilteredRowsVisible (bool visible) |
bool | getFilteredRowsVisible () const |
void | leaveEvent (QEvent *event) override |
Widget for showing a DataFrame in a QTableView.