11 #ifndef CQCURRENTVALUETABLE_H_
12 #define CQCURRENTVALUETABLE_H_
13 #include <QtGui/QWidget>
std::string getKeyForRow(int row) const
QHeaderView * verticalHeader()
void setValue(int row, C_FLOAT64 val)
QPushButton * mpUncheckAllButton
bool getValueForRow(int row) const
CQCurrentValueTable(QWidget *parent=0)
void valueChanged(int row)
void slotCheckAllClicked()
void slotUncheckAllClicked()
void setAllBoxesChecked(bool checked=true)
std::map< int, std::string > mIndexMap
void setRowInTable(int row, std::string key, std::string s, C_FLOAT64 val)
void tableValueChanged(int row, int column)
void setAllBoxesUnchecked()
void setKeyIndex(std::string key, int row)
void setNumRows(int rows)
QPushButton * mpCheckAllButton
void setNumCols(int columns)
void updateRowInTable(int row, C_FLOAT64 val)