Doxygen
Loading...
Searching...
No Matches
ActiveRowSpan Struct Reference

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

Public Member Functions

 ActiveRowSpan (uint32_t rows, uint32_t col)
 

Public Attributes

uint32_t rowsLeft
 
uint32_t column
 

Detailed Description

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

Definition at line 2164 of file docnode.cpp.

Constructor & Destructor Documentation

◆ ActiveRowSpan()

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

Definition at line 2166 of file docnode.cpp.

2166: rowsLeft(rows), column(col) {}
uint32_t rowsLeft
Definition docnode.cpp:2167
uint32_t column
Definition docnode.cpp:2168

References column, and rowsLeft.

Member Data Documentation

◆ column

uint32_t ActiveRowSpan::column

Definition at line 2168 of file docnode.cpp.

Referenced by ActiveRowSpan().

◆ rowsLeft

uint32_t ActiveRowSpan::rowsLeft

Definition at line 2167 of file docnode.cpp.

Referenced by ActiveRowSpan().


The documentation for this struct was generated from the following file: