VAPOR3 3.9.4
|
This is the complete list of members for VaporTable, including all inherited members.
cellClicked(int row, int col) | VaporTable | signal |
CellWidget(int row, int col) | VaporTable | inline |
COLS enum value | VaporTable | |
ColumnCount() const | VaporTable | inline |
DOUBLE enum value | VaporTable | |
emitCellClicked(int, int) | VaporTable | slot |
emitReturnPressed() | VaporTable | slot |
emitValueChanged(int row=0, int col=0) | VaporTable | slot |
EnableDisableCheckboxes(bool enabled) | VaporTable | |
GetActiveRow() const | VaporTable | |
GetAutoResizeHeight() const | VaporTable | |
GetHorizontalHeaderItem(int index) | VaporTable | |
GetShowToolTips() const | VaporTable | |
GetStringValue(int row, int col) | VaporTable | |
GetValue(int row, int col) | VaporTable | |
GetValues(std::vector< std::string > &vec) | VaporTable | |
GetValues(std::vector< int > &vec) | VaporTable | |
GetValues(std::vector< double > &vec) | VaporTable | |
GetVerticalHeaderItem(int index) | VaporTable | |
HideColumn(int column) | VaporTable | |
HighlightFlags enum name | VaporTable | |
IMMUTABLE enum value | VaporTable | |
INT enum value | VaporTable | |
MutabilityFlags enum name | VaporTable | |
MUTABLE enum value | VaporTable | |
Reinit(ValidatorFlags vFlags, MutabilityFlags mFlags, HighlightFlags hFlags) | VaporTable | |
returnPressed() | VaporTable | signal |
RowCount() const | VaporTable | inline |
ROWS enum value | VaporTable | |
SetActiveRow(int row) | VaporTable | |
SetAutoResizeHeight(bool val) | VaporTable | |
SetCellMutability(int row, int col) | VaporTable | |
SetCheckboxesInFinalColumn(bool enabled) | VaporTable | |
SetCheckboxesInFinalRow(bool enabled) | VaporTable | |
SetVerticalHeaderWidth(int width) | VaporTable | |
ShowToolTips(bool showOrHide) | VaporTable | |
StretchToColumn(int column) | VaporTable | |
STRING enum value | VaporTable | |
Update(int rows, int columns, std::vector< int > values, std::vector< std::string > rowHeaders=std::vector< std::string >(), std::vector< std::string > colHeaders=std::vector< std::string >()) | VaporTable | |
Update(int rows, int columns, std::vector< double > values, std::vector< std::string > rowHeaders=std::vector< std::string >(), std::vector< std::string > colHeaders=std::vector< std::string >()) | VaporTable | |
Update(int rows, int columns, std::vector< std::string > values, std::vector< std::string > rowHeaders=std::vector< std::string >(), std::vector< std::string > colHeaders=std::vector< std::string >()) | VaporTable | |
ValidatorFlags enum name | VaporTable | |
valueChanged(int row, int col) | VaporTable | signal |
VaporTable(QTableWidget *table, bool lastRowIsCheckboxes=false, bool lastColIsCheckboxes=false) | VaporTable |