The DocFormula
Class Reference
Node representing an item of a cross-referenced list. More...
Declaration
Included Headers
Base class
class | DocNode |
Abstract node interface with type information. More... | |
Public Constructors Index
DocFormula (DocParser *parser, DocNodeVariant *parent, int id) | |
Public Member Functions Index
QCString | name () const |
QCString | text () const |
QCString | relPath () const |
int | id () const |
bool | isInline () const |
Private Member Attributes Index
QCString | m_name |
QCString | m_text |
QCString | m_relPath |
int | m_id = 0 |
Description
Node representing an item of a cross-referenced list.
Definition at line 528 of file docnode.h.
Public Constructors
DocFormula()
|
Declaration at line 531 of file docnode.h, definition at line 515 of file docnode.cpp.
References DocNode::DocNode, FormulaManager::findFormula, id, FormulaManager::instance, QCString::isEmpty, m_id, m_name, m_relPath, m_text, DocNode::parent, DocNode::parser, relPath, Formula::text and warn_doc_error.
Public Member Functions
id()
| inline |
Definition at line 535 of file docnode.h.
Reference m_id.
Referenced by DocFormula, HtmlDocVisitor::operator(), PerlModDocVisitor::operator() and XmlDocVisitor::operator().
isInline()
| inline |
Definition at line 536 of file docnode.h.
Reference m_text.
Referenced by mustBeOutsideParagraph, DocbookDocVisitor::operator(), HtmlDocVisitor::operator() and RTFDocVisitor::operator().
name()
| inline |
Definition at line 532 of file docnode.h.
Reference m_name.
Referenced by DocbookDocVisitor::operator(), HtmlDocVisitor::operator(), PrintDocVisitor::operator() and RTFDocVisitor::operator().
relPath()
| inline |
Definition at line 534 of file docnode.h.
Reference m_relPath.
Referenced by DocFormula, DocbookDocVisitor::operator(), HtmlDocVisitor::operator() and RTFDocVisitor::operator().
text()
| inline |
Definition at line 533 of file docnode.h.
Reference m_text.
Referenced by HtmlDocVisitor::operator(), LatexDocVisitor::operator(), ManDocVisitor::operator(), PerlModDocVisitor::operator(), PrintDocVisitor::operator() and XmlDocVisitor::operator().
Private Member Attributes
m_id
|
m_name
|
m_relPath
|
m_text
The documentation for this class was generated from the following files:
Generated via doxygen2docusaurus by Doxygen 1.14.0.