|
doxygen
|
Node representing a VHDL flow chart. More...
#include <docnode.h>


Public Member Functions | |
| DocVhdlFlow (DocParser *parser, DocNodeVariant *parent) | |
| void | parse () |
| bool | hasCaption () const |
Public Member Functions inherited from DocCompoundNode | |
| DocCompoundNode (DocParser *parser, DocNodeVariant *parent) | |
| DocNodeList & | children () |
| const DocNodeList & | children () const |
Public Member Functions inherited from DocNode | |
| DocNode (DocParser *parser, DocNodeVariant *parent) | |
| DocNodeVariant * | parent () |
| const DocNodeVariant * | parent () const |
| DocNodeVariant * | thisVariant () |
| const DocNodeVariant * | thisVariant () const |
| void | setThisVariant (DocNodeVariant *thisVariant) |
| DocParser * | parser () |
| const DocParser * | parser () const |
| void | setParent (DocNodeVariant *parent) |
| bool | isPreformatted () const |
Additional Inherited Members | |
Protected Types inherited from DocNode | |
| enum | RefType { Unknown, Anchor, Section, Table } |
Protected Member Functions inherited from DocNode | |
| void | setInsidePreformatted (bool p) |
Node representing a VHDL flow chart.
1.8.13