My Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
LatexDocVisitor::ActiveRowSpan Struct Reference

Public Member Functions

 ActiveRowSpan (DocHtmlCell *c, int rs, int cs, int col)
 

Public Attributes

DocHtmlCellcell
 
int rowSpan
 
int colSpan
 
int column
 

Detailed Description

Definition at line 144 of file latexdocvisitor.h.

Constructor & Destructor Documentation

LatexDocVisitor::ActiveRowSpan::ActiveRowSpan ( DocHtmlCell c,
int  rs,
int  cs,
int  col 
)
inline

Definition at line 146 of file latexdocvisitor.h.

: cell(c), rowSpan(rs), colSpan(cs), column(col) {}

Member Data Documentation

DocHtmlCell* LatexDocVisitor::ActiveRowSpan::cell

Definition at line 148 of file latexdocvisitor.h.

Referenced by LatexDocVisitor::visitPost().

int LatexDocVisitor::ActiveRowSpan::colSpan

Definition at line 150 of file latexdocvisitor.h.

Referenced by LatexDocVisitor::visitPost(), and LatexDocVisitor::visitPre().

int LatexDocVisitor::ActiveRowSpan::column

Definition at line 151 of file latexdocvisitor.h.

Referenced by LatexDocVisitor::visitPost(), and LatexDocVisitor::visitPre().

int LatexDocVisitor::ActiveRowSpan::rowSpan

Definition at line 149 of file latexdocvisitor.h.

Referenced by LatexDocVisitor::visitPost(), and LatexDocVisitor::visitPre().


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