Public Member Functions | Public Attributes | List of all members
ActiveRowSpan Struct Reference

Public Member Functions

 ActiveRowSpan (int rows, int col)
 

Public Attributes

int rowsLeft
 
int column
 

Detailed Description

Helper class to compute the grid for an HTML style table

Definition at line 3732 of file docparser.cpp.

Constructor & Destructor Documentation

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

Definition at line 3734 of file docparser.cpp.

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

Member Data Documentation

int ActiveRowSpan::column

Definition at line 3736 of file docparser.cpp.

int ActiveRowSpan::rowsLeft

Definition at line 3735 of file docparser.cpp.


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