#include <docparser.h>
Public Member Functions | |
DocAutoList (DocNode *parent, int indent, bool isEnumList, int depth) | |
Kind | kind () const |
bool | isEnumList () const |
int | indent () const |
int | depth () const |
void | accept (DocVisitor *v) |
int | parse () |
Public Member Functions inherited from CompAccept< DocAutoList > | |
CompAccept () | |
virtual | ~CompAccept () |
void | accept (DocAutoList *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 | |
int | m_indent |
bool | m_isEnumList |
int | m_depth |
Node representing an auto List
Definition at line 616 of file docparser.h.
Definition at line 4400 of file docparser.cpp.
|
inlinevirtual |
Acceptor function for node visitors. Part of the visitor pattern.
v | Abstract visitor. |
Implements DocNode.
Definition at line 624 of file docparser.h.
|
inline |
Definition at line 623 of file docparser.h.
|
inline |
Definition at line 622 of file docparser.h.
|
inline |
Definition at line 621 of file docparser.h.
|
inlinevirtual |
Returns the kind of node. Provides runtime type information
Implements DocNode.
Definition at line 620 of file docparser.h.
int DocAutoList::parse | ( | ) |
Definition at line 4408 of file docparser.cpp.
|
private |
Definition at line 630 of file docparser.h.
|
private |
Definition at line 628 of file docparser.h.
|
private |
Definition at line 629 of file docparser.h.