Doxygen
|
Public Member Functions | |
ActiveRowSpan (const DocHtmlCell &c, size_t rs, size_t cs, size_t col) | |
Public Attributes | |
const DocHtmlCell & | cell |
size_t | rowSpan |
size_t | colSpan |
size_t | column |
Definition at line 121 of file latexdocvisitor.h.
|
inline |
Definition at line 123 of file latexdocvisitor.h.
const DocHtmlCell& LatexDocVisitor::ActiveRowSpan::cell |
Definition at line 125 of file latexdocvisitor.h.
Referenced by ActiveRowSpan().
size_t LatexDocVisitor::ActiveRowSpan::colSpan |
Definition at line 127 of file latexdocvisitor.h.
Referenced by ActiveRowSpan().
size_t LatexDocVisitor::ActiveRowSpan::column |
Definition at line 128 of file latexdocvisitor.h.
Referenced by ActiveRowSpan().
size_t LatexDocVisitor::ActiveRowSpan::rowSpan |
Definition at line 126 of file latexdocvisitor.h.
Referenced by ActiveRowSpan().