Skip to main content

The ActiveRowSpan Struct Reference

Declaration

struct LatexDocVisitor::ActiveRowSpan { ... }

Public Constructors Index

ActiveRowSpan (const DocHtmlCell &c, size_t rs, size_t cs, size_t col)

Public Member Attributes Index

const DocHtmlCell &cell
size_trowSpan
size_tcolSpan
size_tcolumn

Definition at line 121 of file latexdocvisitor.h.

Public Constructors

ActiveRowSpan()

LatexDocVisitor::ActiveRowSpan::ActiveRowSpan (const DocHtmlCell & c, size_t rs, size_t cs, size_t col)
inline

Definition at line 123 of file latexdocvisitor.h.

123 ActiveRowSpan(const DocHtmlCell &c,size_t rs,size_t cs,size_t col)
124 : cell(c), rowSpan(rs), colSpan(cs), column(col) {}

References cell, colSpan, column and rowSpan.

Public Member Attributes

cell

const DocHtmlCell& LatexDocVisitor::ActiveRowSpan::cell

Definition at line 125 of file latexdocvisitor.h.

Referenced by ActiveRowSpan.

colSpan

size_t LatexDocVisitor::ActiveRowSpan::colSpan

Definition at line 127 of file latexdocvisitor.h.

127 size_t colSpan;

Referenced by ActiveRowSpan.

column

size_t LatexDocVisitor::ActiveRowSpan::column

Definition at line 128 of file latexdocvisitor.h.

128 size_t column;

Referenced by ActiveRowSpan.

rowSpan

size_t LatexDocVisitor::ActiveRowSpan::rowSpan

Definition at line 126 of file latexdocvisitor.h.

126 size_t rowSpan;

Referenced by ActiveRowSpan.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.