1#ifndef DACACHEWINDOWTABLEVIEW_H
2#define DACACHEWINDOWTABLEVIEW_H
8class DAAbstractCacheWindowTableModel;
21 void showActualRow(
int actualRow);
23 void selectActualCell(
int row,
int col);
25 int toLogicalRow(
int actualRow)
const;
27 bool isActualRowInViewRange(
int actualRow)
const;
29 QString actualRowName(
int actualRow)
const;
31 QString actualColumnName(
int actualCol)
const;
33 virtual void verticalScrollBarValueChanged(
int v);
这是一个有缓存窗的模型,模型的显示行数固定在缓存窗的大小,这个模型适合超多行数据的显示
Definition DAAbstractCacheWindowTableModel.h:16
针对DAAbstractCacheWindowTableModel的view
Definition DACacheWindowTableView.h:13
序列化类都是带异常的,使用中需要处理异常
Definition AppMainWindow.cpp:44