DAWorkbench 0.0.1
DAWorkbench API
载入中...
搜索中...
未找到
DA::DACacheWindowTableView类 参考

针对DAAbstractCacheWindowTableModel的view 更多...

#include <DACacheWindowTableView.h>

类 DA::DACacheWindowTableView 继承关系图:
DA::DADataTableView DA::DAPyDataFrameTableView DA::DAPySeriesTableView

Public 成员函数

 DACacheWindowTableView (QWidget *parent=nullptr)
 
DAAbstractCacheWindowTableModelgetCacheModel () 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

成员函数说明

◆ actualColumnName()

QString DA::DACacheWindowTableView::actualColumnName ( int  actualCol) const

返回真实列对应的表头名

参数
actualCol
返回

◆ actualRowName()

QString DA::DACacheWindowTableView::actualRowName ( int  actualRow) const

返回真实行对应的表头名

参数
actualRow
返回

◆ isActualRowInViewRange()

bool DA::DACacheWindowTableView::isActualRowInViewRange ( int  actualRow) const

判断当前的真实行是否再视图的可见范围内

参数
actualRow
返回

◆ toLogicalRow()

int DA::DACacheWindowTableView::toLogicalRow ( int  actualRow) const

转换为逻辑行

参数
actualRow
返回

该类的文档由以下文件生成: