|
DAWorkbench 0.0.1
DAWorkbench API
|
针对DAAbstractCacheWindowTableModel的view 更多...
#include <DACacheWindowTableView.h>
Public 成员函数 | |
| 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 |
| 返回真实列对应的表头名 | |
针对DAAbstractCacheWindowTableModel的view
| QString DA::DACacheWindowTableView::actualColumnName | ( | int | actualCol | ) | const |
返回真实列对应的表头名
| actualCol |
| QString DA::DACacheWindowTableView::actualRowName | ( | int | actualRow | ) | const |
返回真实行对应的表头名
| actualRow |
| bool DA::DACacheWindowTableView::isActualRowInViewRange | ( | int | actualRow | ) | const |
判断当前的真实行是否再视图的可见范围内
| actualRow |
| int DA::DACacheWindowTableView::toLogicalRow | ( | int | actualRow | ) | const |
转换为逻辑行
| actualRow |