#include <docparser.h>
Public Member Functions | |
DocVhdlFlow (DocNode *parent) | |
void | parse () |
Kind | kind () const |
bool | hasCaption () |
void | accept (DocVisitor *v) |
Public Member Functions inherited from CompAccept< DocVhdlFlow > | |
CompAccept () | |
virtual | ~CompAccept () |
void | accept (DocVhdlFlow *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 VHDL flow chart
Definition at line 788 of file docparser.h.
DocVhdlFlow::DocVhdlFlow | ( | DocNode * | parent | ) |
Definition at line 2871 of file docparser.cpp.
|
inlinevirtual |
Acceptor function for node visitors. Part of the visitor pattern.
v | Abstract visitor. |
Implements DocNode.
Definition at line 795 of file docparser.h.
|
inline |
Definition at line 794 of file docparser.h.
|
inlinevirtual |
Returns the kind of node. Provides runtime type information
Implements DocNode.
Definition at line 793 of file docparser.h.
void DocVhdlFlow::parse | ( | ) |
Definition at line 2876 of file docparser.cpp.