#include <docparser.h>
Public Member Functions | |
DocInternal (DocNode *parent) | |
int | parse (int) |
Kind | kind () const |
void | accept (DocVisitor *v) |
Public Member Functions inherited from CompAccept< DocInternal > | |
CompAccept () | |
virtual | ~CompAccept () |
void | accept (DocInternal *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 |
Node representing an internal section of documentation
Definition at line 990 of file docparser.h.
|
inline |
Definition at line 993 of file docparser.h.
|
inlinevirtual |
Acceptor function for node visitors. Part of the visitor pattern.
v | Abstract visitor. |
Implements DocNode.
Definition at line 996 of file docparser.h.
|
inlinevirtual |
Returns the kind of node. Provides runtime type information
Implements DocNode.
Definition at line 995 of file docparser.h.
int DocInternal::parse | ( | int | level | ) |
Definition at line 3113 of file docparser.cpp.