#include <docparser.h>
Public Member Functions | |
| DocSecRefList (DocNode *parent) | |
| void | parse () |
| Kind | kind () const |
| void | accept (DocVisitor *v) |
Public Member Functions inherited from CompAccept< DocSecRefList > | |
| CompAccept () | |
| virtual | ~CompAccept () |
| void | accept (DocSecRefList *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 a list of section references
Definition at line 978 of file docparser.h.
|
inline |
Definition at line 981 of file docparser.h.
|
inlinevirtual |
Acceptor function for node visitors. Part of the visitor pattern.
| v | Abstract visitor. |
Implements DocNode.
Definition at line 984 of file docparser.h.
|
inlinevirtual |
Returns the kind of node. Provides runtime type information
Implements DocNode.
Definition at line 983 of file docparser.h.
| void DocSecRefList::parse | ( | ) |
Definition at line 2315 of file docparser.cpp.
1.8.11