Public Member Functions | Public Attributes | List of all members
LatexDocVisitor::TableState Struct Reference

Public Member Functions

 TableState ()
 

Public Attributes

RowSpanList rowSpans
 
int numCols
 
int currentColumn
 
bool inRowSpan
 
bool inColSpan
 
bool firstRow
 

Detailed Description

Definition at line 198 of file latexdocvisitor.h.

Constructor & Destructor Documentation

LatexDocVisitor::TableState::TableState ( )
inline

Member Data Documentation

int LatexDocVisitor::TableState::currentColumn

Definition at line 205 of file latexdocvisitor.h.

bool LatexDocVisitor::TableState::firstRow

Definition at line 208 of file latexdocvisitor.h.

bool LatexDocVisitor::TableState::inColSpan

Definition at line 207 of file latexdocvisitor.h.

bool LatexDocVisitor::TableState::inRowSpan

Definition at line 206 of file latexdocvisitor.h.

int LatexDocVisitor::TableState::numCols

Definition at line 204 of file latexdocvisitor.h.

RowSpanList LatexDocVisitor::TableState::rowSpans

Definition at line 203 of file latexdocvisitor.h.


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