Skip to main content

The DocCompoundNode Class Reference

Base class for nodes with children. More...

Declaration

class DocCompoundNode { ... }

Included Headers

#include <src/docnode.h>

Base class

classDocNode

Abstract node interface with type information. More...

Derived Classes

classDocAutoList

Node representing an auto List. More...

classDocAutoListItem

Node representing an item of a auto list. More...

classDocDiagramFileBase
classDocHRef

Node representing a Hypertext reference. More...

classDocHtmlBlockQuote

Node representing an HTML blockquote. More...

classDocHtmlCaption

Node representing a HTML table caption. More...

classDocHtmlCell

Node representing a HTML table cell. More...

classDocHtmlDescData

Node representing a HTML description data. More...

classDocHtmlDescList

Node representing a Html description list. More...

classDocHtmlDescTitle

Node representing a Html description item. More...

classDocHtmlDetails

Node Html details. More...

classDocHtmlHeader

Node Html heading. More...

classDocHtmlList

Node representing a Html list. More...

classDocHtmlListItem

Node representing a HTML list item. More...

classDocHtmlRow

Node representing a HTML table row. More...

classDocHtmlSummary

Node Html summary. More...

classDocHtmlTable

Node representing a HTML table. More...

classDocImage

Node representing an image. More...

classDocInternal

Node representing an internal section of documentation. More...

classDocInternalRef

Node representing an internal reference to some item. More...

classDocLink

Node representing a link to some item. More...

classDocParBlock

Node representing an block of paragraphs. More...

classDocPara

Node representing a paragraph in the documentation tree. More...

classDocParamSect

Node representing a parameter section. More...

classDocRef

Node representing a reference to some item. More...

classDocRoot

Root node of documentation tree. More...

classDocSecRefItem

Node representing a reference to a section. More...

classDocSecRefList

Node representing a list of section references. More...

classDocSection

Node representing a normal section. More...

classDocSimpleList

Node representing a simple list. More...

classDocSimpleSect

Node representing a simple section. More...

classDocText

Root node of a text fragment. More...

classDocTitle

Node representing a simple section title. More...

classDocVhdlFlow

Node representing a VHDL flow chart. More...

classDocXRefItem

Node representing an item of a cross-referenced list. More...

Public Constructors Index

DocCompoundNode (DocParser *parser, DocNodeVariant *parent)

Public Member Functions Index

DocNodeList &children ()
const DocNodeList &children () const

Private Member Attributes Index

DocNodeListm_children

Description

Base class for nodes with children.

Definition at line 138 of file docnode.h.

Public Member Functions

children()

DocNodeList & DocCompoundNode::children ()
inline

Definition at line 143 of file docnode.h.

Reference m_children.

Referenced by DocSimpleSect::appendLinkWord, DocHtmlTable::computeTableGrid, DocHtmlTable::firstRow, flattenParagraphs, HtmlDocVisitor::forceEndParagraph, HtmlDocVisitor::forceStartParagraph, DocPara::handleCite, DocPara::handleCommand, DocPara::handleDoxyConfig, DocPara::handleEmoji, DocPara::handleFile, DocPara::handleHtmlEndTag, DocPara::handleHtmlHeader, DocPara::handleHtmlStartTag, DocPara::handleInclude, DocPara::handleIncludeOperator, DocPara::handleInheritDoc, DocPara::handleLink, DocPara::handleParamSection, DocPara::handleRef, DocPara::handleShowDate, DocPara::handleSimpleSection, DocPara::handleStartCode, DocPara::handleVhdlFlow, DocPara::handleXRefItem, DocDiagramFileBase::hasCaption, DocImage::hasCaption, DocVhdlFlow::hasCaption, DocRef::hasLinkText, DocTitle::hasTitle, DocPara::injectToken, insideStyleChangeThatIsOutsideParagraph, DocPara::isEmpty, DocRoot::isEmpty, DocText::isEmpty, DocHtmlRow::isHeading, DocHtmlRow::numCells, DocHtmlTable::numRows, DocbookDocVisitor::operator(), DocbookDocVisitor::operator(), DocbookDocVisitor::operator(), DocbookDocVisitor::operator(), DocbookDocVisitor::operator(), DocbookDocVisitor::operator(), DocbookDocVisitor::operator(), HtmlDocVisitor::operator(), XmlDocVisitor::operator(), XmlDocVisitor::operator(), XmlDocVisitor::operator(), XmlDocVisitor::operator(), XmlDocVisitor::operator(), DocAutoList::parse, DocAutoListItem::parse, DocDiaFile::parse, DocDotFile::parse, DocHRef::parse, DocHtmlBlockQuote::parse, DocHtmlCaption::parse, DocHtmlCell::parse, DocHtmlDescData::parse, DocHtmlDescList::parse, DocHtmlDescTitle::parse, DocHtmlDetails::parse, DocHtmlHeader::parse, DocHtmlList::parse, DocHtmlListItem::parse, DocHtmlRow::parse, DocHtmlSummary::parse, DocHtmlTable::parse, DocImage::parse, DocInternal::parse, DocInternalRef::parse, DocLink::parse, DocMscFile::parse, DocPara::parse, DocParamSect::parse, DocParBlock::parse, DocPlantUmlFile::parse, DocRef::parse, DocRoot::parse, DocSecRefItem::parse, DocSecRefList::parse, DocSection::parse, DocSimpleList::parse, DocSimpleSect::parse, DocText::parse, DocTitle::parse, DocVhdlFlow::parse, DocXRefItem::parse, DocTitle::parseFromString, DocSimpleSect::parseRcs, DocHtmlCell::parseXml, DocHtmlList::parseXml, DocHtmlListItem::parseXml, DocHtmlRow::parseXml, DocHtmlTable::parseXml and DocSimpleSect::parseXml.

children()

const DocNodeList & DocCompoundNode::children ()
inline

Definition at line 144 of file docnode.h.

144 const DocNodeList &children() const { return m_children; }

Reference m_children.

Private Member Attributes

m_children

DocNodeList DocCompoundNode::m_children

Definition at line 147 of file docnode.h.

Referenced by children and children.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.