VAPOR3 3.9.4
VaporTable Member List

This is the complete list of members for VaporTable, including all inherited members.

cellClicked(int row, int col)VaporTablesignal
CellWidget(int row, int col)VaporTableinline
COLS enum valueVaporTable
ColumnCount() constVaporTableinline
DOUBLE enum valueVaporTable
emitCellClicked(int, int)VaporTableslot
emitReturnPressed()VaporTableslot
emitValueChanged(int row=0, int col=0)VaporTableslot
EnableDisableCheckboxes(bool enabled)VaporTable
GetActiveRow() constVaporTable
GetAutoResizeHeight() constVaporTable
GetHorizontalHeaderItem(int index)VaporTable
GetShowToolTips() constVaporTable
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 nameVaporTable
IMMUTABLE enum valueVaporTable
INT enum valueVaporTable
MutabilityFlags enum nameVaporTable
MUTABLE enum valueVaporTable
Reinit(ValidatorFlags vFlags, MutabilityFlags mFlags, HighlightFlags hFlags)VaporTable
returnPressed()VaporTablesignal
RowCount() constVaporTableinline
ROWS enum valueVaporTable
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 valueVaporTable
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 nameVaporTable
valueChanged(int row, int col)VaporTablesignal
VaporTable(QTableWidget *table, bool lastRowIsCheckboxes=false, bool lastColIsCheckboxes=false)VaporTable