|
doxygen
|
Node representing a uml file. More...
#include <docnode.h>


Public Member Functions | |
| DocPlantUmlFile (DocParser *parser, DocNodeVariant *parent, const QCString &name, const QCString &context, const QCString &srcFile, int srcLine) | |
| bool | parse () |
Public Member Functions inherited from DocDiagramFileBase | |
| DocDiagramFileBase (DocParser *parser, DocNodeVariant *parent, const QCString &name, const QCString &context, const QCString &srcFile, int srcLine) | |
| QCString | name () const |
| QCString | file () const |
| QCString | relPath () const |
| bool | hasCaption () const |
| QCString | width () const |
| QCString | height () const |
| QCString | context () const |
| QCString | srcFile () const |
| int | srcLine () 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, Requirement } |
Protected Member Functions inherited from DocNode | |
| void | setInsidePreformatted (bool p) |
Protected Attributes inherited from DocDiagramFileBase | |
| std::unique_ptr< Private > | p |
Node representing a uml file.
1.8.13