Node

Undocumented in source.

Alias This

ptr

Members

Functions

addClass
Node addClass(string _class)
Undocumented in source. Be warned that the author may not have intended to support it.
append
Node append(Node child)
Undocumented in source. Be warned that the author may not have intended to support it.
bgcol
Node bgcol(col bg)
Undocumented in source. Be warned that the author may not have intended to support it.
bgcol
col bgcol()
Undocumented in source. Be warned that the author may not have intended to support it.
border
Node border(dchar[8] borderChars, bool drawBorderBackground)

Set/get border characters in format [LeftUp, Up, RightUp, Left, Right, LeftDown, Down, RightDown].

border
dchar[8] border()
Undocumented in source. Be warned that the author may not have intended to support it.
borderColor
Node borderColor(col c)
Undocumented in source. Be warned that the author may not have intended to support it.
borderColor
col borderColor()
Undocumented in source. Be warned that the author may not have intended to support it.
classes
string[] classes()
Undocumented in source. Be warned that the author may not have intended to support it.
fgcol
Node fgcol(col fg)
Undocumented in source. Be warned that the author may not have intended to support it.
fgcol
col fgcol()
Undocumented in source. Be warned that the author may not have intended to support it.
halign
Node halign(TextHAlign al)
Undocumented in source. Be warned that the author may not have intended to support it.
halign
TextHAlign halign()
Undocumented in source. Be warned that the author may not have intended to support it.
hasClass
bool hasClass(string _class)
Undocumented in source. Be warned that the author may not have intended to support it.
id
Node id(string _id)
Undocumented in source. Be warned that the author may not have intended to support it.
id
string id()
Undocumented in source. Be warned that the author may not have intended to support it.
isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.
pos
Node pos(ivec2 _pos)
Undocumented in source. Be warned that the author may not have intended to support it.
pos
ivec2 pos()
Undocumented in source. Be warned that the author may not have intended to support it.
priority
Node priority(long pr)
Undocumented in source. Be warned that the author may not have intended to support it.
priority
long priority()
Undocumented in source. Be warned that the author may not have intended to support it.
removeClass
Node removeClass(string _class)
Undocumented in source. Be warned that the author may not have intended to support it.
size
Node size(ivec2 size)
Undocumented in source. Be warned that the author may not have intended to support it.
size
ivec2 size()
Undocumented in source. Be warned that the author may not have intended to support it.
text
Node text(T text)
Undocumented in source. Be warned that the author may not have intended to support it.
text
dstring text()
Undocumented in source. Be warned that the author may not have intended to support it.
toTreeString
string toTreeString()
Undocumented in source. Be warned that the author may not have intended to support it.
valign
Node valign(TextVAlign al)
Undocumented in source. Be warned that the author may not have intended to support it.
valign
TextVAlign valign()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ptr
Element* ptr;
Undocumented in source.

Meta