|
Doxygen
|
Node representing a simple list. More...
#include <src/docnode.h>
Public Member Functions | |
| DocSimpleList (DocParser *parser, DocNodeVariant *parent) | |
| Token | parse () |
| Public Member Functions inherited from DocCompoundNode | |
| DocCompoundNode (DocParser *parser, DocNodeVariant *parent) | |
| DocNodeList & | children () |
| const DocNodeList & | children () 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 |
Additional Inherited Members | |
| Protected Types inherited from DocNode | |
| enum | RefType { Unknown , Anchor , Section , Table } |
| Protected Member Functions inherited from DocNode | |
| void | setInsidePreformatted (bool p) |
|
inline |
Definition at line 992 of file docnode.h.
References DocCompoundNode::DocCompoundNode(), DocNode::parent(), and DocNode::parser().
| Token DocSimpleList::parse | ( | ) |
Definition at line 2932 of file docnode.cpp.
References DocNodeList::append(), DocCompoundNode::children(), DocNodeList::get_last(), Token::is(), DocNode::parser(), and DocNode::thisVariant().