nanogui ~master (2021-04-26T14:20:51Z)
Dub
Repo
DomNode
common
Undocumented in source.
class
DomNode {
bool
state
;
DomNode
[]
child
;
Attributes
attributes
;
string
name
;
this
(bool s, DomNode[] ch);
}
Constructors
this
this
(bool s, DomNode[] ch)
Undocumented in source.
Members
Variables
attributes
Attributes
attributes
;
Undocumented in source.
child
DomNode
[]
child
;
Undocumented in source.
name
string
name
;
Undocumented in source.
state
bool
state
;
Undocumented in source.
Meta
Source
See Implementation
common
classes
DomNode
enums
Alignment
Direction
Justification
functions
domLeaf
domNodeEnter
domNodeLeave
makeDom
printDom
structs
Attributes
RenderState
WorkArea