#include <docparser.h>
Public Member Functions | |
DocRoot (bool indent, bool sl) | |
Kind | kind () const |
void | accept (DocVisitor *v) |
void | parse () |
bool | indent () const |
bool | singleLine () const |
bool | isEmpty () const |
Public Member Functions inherited from CompAccept< DocRoot > | |
CompAccept () | |
virtual | ~CompAccept () |
void | accept (DocRoot *obj, DocVisitor *v) |
const QList< DocNode > & | children () const |
QList< DocNode > & | children () |
Public Member Functions inherited from DocNode | |
DocNode () | |
virtual | ~DocNode () |
DocNode * | parent () const |
void | setParent (DocNode *parent) |
bool | isPreformatted () const |
Private Attributes | |
bool | m_indent |
bool | m_singleLine |
Root node of documentation tree
Definition at line 1400 of file docparser.h.
Definition at line 1403 of file docparser.h.
|
inlinevirtual |
Acceptor function for node visitors. Part of the visitor pattern.
v | Abstract visitor. |
Implements DocNode.
Definition at line 1405 of file docparser.h.
|
inline |
Definition at line 1407 of file docparser.h.
|
inline |
Definition at line 1409 of file docparser.h.
|
inlinevirtual |
Returns the kind of node. Provides runtime type information
Implements DocNode.
Definition at line 1404 of file docparser.h.
void DocRoot::parse | ( | ) |
Definition at line 6904 of file docparser.cpp.
|
inline |
Definition at line 1408 of file docparser.h.
|
private |
Definition at line 1412 of file docparser.h.
|
private |
Definition at line 1413 of file docparser.h.