Skip to main content

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_trowsLeft
uint32_tcolumn

Description

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

Definition at line 2275 of file docnode.cpp.

Public Constructors

ActiveRowSpan()

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

Definition at line 2277 of file docnode.cpp.

2277 ActiveRowSpan(uint32_t rows,uint32_t col) : rowsLeft(rows), column(col) {}

References column and rowsLeft.

Public Member Attributes

column

uint32_t ActiveRowSpan::column

Definition at line 2279 of file docnode.cpp.

2279 uint32_t column;

Referenced by ActiveRowSpan.

rowsLeft

uint32_t ActiveRowSpan::rowsLeft

Definition at line 2278 of file docnode.cpp.

2278 uint32_t rowsLeft;

Referenced by ActiveRowSpan.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.