|
DAWorkbench 0.0.1
DAWorkbench API
|
Public 成员函数 | |
| DAPySeriesTableView (QWidget *parent=nullptr) | |
| DAPySeriesTableModel * | getSeriesModel () const |
| void | appendSeries (const DAPySeries &s) |
| void | appendSeries (const DAAutoincrementSeries< double > &s) |
| void | insertSeries (int c, const DAPySeries &s) |
| void | insertSeries (int c, const DAAutoincrementSeries< double > &s) |
| void | setSeriesAt (int c, const DAPySeries &s) |
| void | setSeriesAt (int c, const DAAutoincrementSeries< double > &s) |
| void | resizeVerticalHeader () |
| void | clear () |
Public 成员函数 继承自 DA::DACacheWindowTableView | |
| DACacheWindowTableView (QWidget *parent=nullptr) | |
| DAAbstractCacheWindowTableModel * | getCacheModel () const |
| void | showActualRow (int actualRow) |
| void | selectActualCell (int row, int col) |
| int | toLogicalRow (int actualRow) const |
| 转换为逻辑行 | |
| bool | isActualRowInViewRange (int actualRow) const |
| 判断当前的真实行是否再视图的可见范围内 | |
| QString | actualRowName (int actualRow) const |
| 返回真实行对应的表头名 | |
| QString | actualColumnName (int actualCol) const |
| 返回真实列对应的表头名 | |