My Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 3747 of file docparser.cpp.

Constructor & Destructor Documentation

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

Definition at line 3749 of file docparser.cpp.

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

Member Data Documentation

int ActiveRowSpan::column

Definition at line 3751 of file docparser.cpp.

int ActiveRowSpan::rowsLeft

Definition at line 3750 of file docparser.cpp.


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