Doxygen
ActiveRowSpan结构体 参考

Helper class to compute the grid for an HTML style table 更多...

Public 成员函数

 ActiveRowSpan (uint rows, uint col)
 

Public 属性

uint rowsLeft
 
uint column
 

详细描述

Helper class to compute the grid for an HTML style table

在文件 docparser.cpp3663 行定义.

构造及析构函数说明

◆ ActiveRowSpan()

ActiveRowSpan::ActiveRowSpan ( uint  rows,
uint  col 
)
inline

在文件 docparser.cpp3665 行定义.

3665 : rowsLeft(rows), column(col) {}

类成员变量说明

◆ column

uint ActiveRowSpan::column

在文件 docparser.cpp3667 行定义.

◆ rowsLeft

uint ActiveRowSpan::rowsLeft

在文件 docparser.cpp3666 行定义.


该结构体的文档由以下文件生成:
ActiveRowSpan::rowsLeft
uint rowsLeft
Definition: docparser.cpp:3666
ActiveRowSpan::column
uint column
Definition: docparser.cpp:3667