xj qian
2024-07-02 5f3fefc2468a925072898f9630771c8a579ec877
GetGroupFromRow
已修改2个文件
2 ■■■■■ 文件已修改
jrj/xframe/kobject/kdwtable.hpp 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/xframe/xcontrol/xdwtable.hpp 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/xframe/kobject/kdwtable.hpp
@@ -163,6 +163,7 @@
            int GetGroupStartRow_(int nGroup) ; //得到指定组的开始行
            int GetGroupRowCount_(int nGroup) ; //得到指定组的结束行
            int InsertGroupRow_(int nGroup, int nRow) ; //插入组行
            int GetGroupFromRow(int nRow);
        public:
            int GetMaxDeep_() ; //插入数据视图的最大深度
            int GetLevel_() ; //得到数据视图的级号
jrj/xframe/xcontrol/xdwtable.hpp
@@ -165,6 +165,7 @@
    int GetGroupStartRow(int nGroup) { return GetDwTable()->GetGroupStartRow_(nGroup); } //得到指定组的开始行
    int GetGroupRowCount(int nGroup) { return GetDwTable()->GetGroupRowCount_(nGroup); } //得到指定组的结束行
    int InsertGroupRow(int nGroup, int nRow) { return GetDwTable()->InsertGroupRow_(nGroup, nRow); } //插入组行
    int GetGroupFromRow(int nRow) { return GetDwTable()->GetGroupFromRow(nRow); }
public:
    int GetMaxDeep() { return GetDwTable()->GetMaxDeep_(); } //插入数据视图的最大深度
    int GetLevel() { return GetDwTable()->GetLevel_(); } //得到数据视图的级号