dextool v2.0.0-rc.1 (2020-01-03T16:03:52Z)
Dub
Repo
UMLClassNode
dextool
plugin
graphml
backend
xml
Undocumented in source.
package
struct
UMLClassNode {
string
label
;
StereoType
stereotype
;
string
[]
attributes
;
string
[]
methods
;
void
toString
(Writer w);
}
Members
Functions
toString
void
toString
(Writer w)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
attributes
string
[]
attributes
;
Undocumented in source.
label
string
label
;
Undocumented in source.
methods
string
[]
methods
;
Undocumented in source.
stereotype
StereoType
stereotype
;
Undocumented in source.
Meta
Source
See Implementation
dextool
plugin
graphml
backend
xml
aliases
StreamChar
enums
ColorKind
EdgeKind
IdT
NodeAttribute
NodeExtra
NodeId
StereoType
functions
attrToXml
ccdataWrap
makeShapeNode
makeUMLClassNode
nextGraphId
nodeToXml
xmlComment
xmlEdge
xmlFooter
xmlHeader
structs
Attr
FolderNode
NodeStyle
ShapeNode
UMLClassNode
ValidNodeId