The ActiveRowSpan
Struct Reference
Helper class to compute the grid for an HTML style table. More...
Declaration
struct ActiveRowSpan { ... }
Public Constructors Index
ActiveRowSpan (uint32_t rows, uint32_t col) | |
Public Member Attributes Index
uint32_t | rowsLeft |
uint32_t | column |
Description
Helper class to compute the grid for an HTML style table.
Definition at line 2275 of file docnode.cpp.
Public Constructors
ActiveRowSpan()
| inline |
Definition at line 2277 of file docnode.cpp.
2277 ActiveRowSpan(uint32_t rows,uint32_t col) : rowsLeft(rows), column(col) {}
Public Member Attributes
column
|
rowsLeft
|
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus by Doxygen 1.14.0.