Children

Undocumented in source.

Constructors

this
this(inout(Children) old)
Undocumented in source.

Alias This

getChildren

Members

Functions

front
inout(GluiNode) front()

Get the first child.

getChildren
GluiNode[] getChildren()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(GluiNode node) @(trusted) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(size_t index, GluiNode node) @(trusted) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(GluiNode[] newList)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
GluiNode[] opIndex()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
auto opIndex(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()

Remove the first item.

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
opDollar
size_t opDollar [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta