
Public Member Functions | |
| def | __init__ |
| def | __str__ |
| def | getName |
| def | setAttrib |
| def | setHtml |
| def | setLabel |
Static Public Member Functions | |
| def | formatNodeName |
Static Public Attributes | |
| string | COLOR = 'color' |
| string | DIR = "dir" |
| string | FONTCOLOR = "fontcolor" |
| string | FONTSIZE = "fontsize" |
| string | LABEL = "label" |
| string | MARGIN = "margin" |
| string | SHAPE = "shape" |
| string | STYLE = "style" |
| string | WIDTH = "width" |
Private Attributes | |
| _attribs | |
| _node_name | |
Definition at line 159 of file digraph.py.
| def airbus_docgen.digraph.digraph.NODE.__init__ | ( | self, | |
node_name = "" |
|||
| ) |
Reimplemented in airbus_docgen.digraph.model.package.DepPackageModel, and airbus_docgen.digraph.model.package.IoPackageModel.
Definition at line 171 of file digraph.py.
| def airbus_docgen.digraph.digraph.NODE.__str__ | ( | self | ) |
Reimplemented in airbus_docgen.digraph.model.topic._IoTopicsModel, and airbus_docgen.digraph.model.cmakelists._CMakeListsDotModel.
Definition at line 191 of file digraph.py.
| def airbus_docgen.digraph.digraph.NODE.formatNodeName | ( | name | ) | [static] |
Definition at line 176 of file digraph.py.
| def airbus_docgen.digraph.digraph.NODE.getName | ( | self | ) |
Definition at line 179 of file digraph.py.
| def airbus_docgen.digraph.digraph.NODE.setAttrib | ( | self, | |
| key, | |||
| value | |||
| ) |
Definition at line 182 of file digraph.py.
| def airbus_docgen.digraph.digraph.NODE.setHtml | ( | self, | |
| html | |||
| ) |
Definition at line 185 of file digraph.py.
| def airbus_docgen.digraph.digraph.NODE.setLabel | ( | self, | |
| label | |||
| ) |
Definition at line 188 of file digraph.py.
Definition at line 171 of file digraph.py.
Definition at line 171 of file digraph.py.
string airbus_docgen::digraph::digraph.NODE::COLOR = 'color' [static] |
Definition at line 169 of file digraph.py.
string airbus_docgen::digraph::digraph.NODE::DIR = "dir" [static] |
Definition at line 168 of file digraph.py.
string airbus_docgen::digraph::digraph.NODE::FONTCOLOR = "fontcolor" [static] |
Definition at line 162 of file digraph.py.
string airbus_docgen::digraph::digraph.NODE::FONTSIZE = "fontsize" [static] |
Definition at line 163 of file digraph.py.
string airbus_docgen::digraph::digraph.NODE::LABEL = "label" [static] |
Definition at line 167 of file digraph.py.
string airbus_docgen::digraph::digraph.NODE::MARGIN = "margin" [static] |
Definition at line 161 of file digraph.py.
string airbus_docgen::digraph::digraph.NODE::SHAPE = "shape" [static] |
Definition at line 165 of file digraph.py.
string airbus_docgen::digraph::digraph.NODE::STYLE = "style" [static] |
Definition at line 166 of file digraph.py.
string airbus_docgen::digraph::digraph.NODE::WIDTH = "width" [static] |
Definition at line 164 of file digraph.py.