|
Doxygen
|
Node representing an item of a cross-referenced list. More...
#include <src/docnode.h>
Public Member Functions | |
| DocFormula (DocParser *parser, DocNodeVariant *parent, int id) | |
| QCString | name () const |
| QCString | text () const |
| QCString | relPath () const |
| int | id () const |
| bool | isInline () const |
| Public Member Functions inherited from DocNode | |
| DocNode (DocParser *parser, DocNodeVariant *parent) | |
| ~DocNode ()=default | |
| DocNodeVariant * | parent () |
| const DocNodeVariant * | parent () const |
| DocNodeVariant * | thisVariant () |
| const DocNodeVariant * | thisVariant () const |
| void | setThisVariant (DocNodeVariant *thisVariant) |
| DocParser * | parser () |
| const DocParser * | parser () const |
| void | setParent (DocNodeVariant *parent) |
| bool | isPreformatted () const |
Private Attributes | |
| QCString | m_name |
| QCString | m_text |
| QCString | m_relPath |
| int | m_id = 0 |
Additional Inherited Members | |
| Protected Types inherited from DocNode | |
| enum | RefType { Unknown , Anchor , Section , Table } |
| Protected Member Functions inherited from DocNode | |
| void | setInsidePreformatted (bool p) |
| DocFormula::DocFormula | ( | DocParser * | parser, |
| DocNodeVariant * | parent, | ||
| int | id ) |
Definition at line 514 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.
|
inline |
Definition at line 535 of file docnode.h.
References m_id.
Referenced by DocFormula(), HtmlDocVisitor::operator()(), PerlModDocVisitor::operator()(), and XmlDocVisitor::operator()().
|
inline |
Definition at line 536 of file docnode.h.
References m_text.
Referenced by mustBeOutsideParagraph(), DocbookDocVisitor::operator()(), HtmlDocVisitor::operator()(), and RTFDocVisitor::operator()().
|
inline |
Definition at line 532 of file docnode.h.
References m_name.
Referenced by DocbookDocVisitor::operator()(), HtmlDocVisitor::operator()(), PrintDocVisitor::operator()(), and RTFDocVisitor::operator()().
|
inline |
Definition at line 534 of file docnode.h.
References m_relPath.
Referenced by DocFormula(), DocbookDocVisitor::operator()(), HtmlDocVisitor::operator()(), and RTFDocVisitor::operator()().
|
inline |
Definition at line 533 of file docnode.h.
References m_text.
Referenced by HtmlDocVisitor::operator()(), LatexDocVisitor::operator()(), ManDocVisitor::operator()(), PerlModDocVisitor::operator()(), PrintDocVisitor::operator()(), and XmlDocVisitor::operator()().
|
private |
Definition at line 547 of file docnode.h.
Referenced by DocFormula(), and id().
|
private |
Definition at line 544 of file docnode.h.
Referenced by DocFormula(), and name().
|
private |
Definition at line 546 of file docnode.h.
Referenced by DocFormula(), and relPath().
|
private |
Definition at line 545 of file docnode.h.
Referenced by DocFormula(), isInline(), and text().