Control.ControlCollection

Constructors

this
this(Control owner)
Undocumented in source.

Members

Aliases

count
deprecated alias count = length
Undocumented in source.

Functions

_removeNotCreated
void _removeNotCreated(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
_simple_back
void _simple_back(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
_simple_back
void _simple_back(Control c)
Undocumented in source. Be warned that the author may not have intended to support it.
_simple_back_one
void _simple_back_one(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
_simple_back_one
void _simple_back_one(Control c)
Undocumented in source. Be warned that the author may not have intended to support it.
_simple_front
void _simple_front(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
_simple_front
void _simple_front(Control c)
Undocumented in source. Be warned that the author may not have intended to support it.
_simple_front_one
void _simple_front_one(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
_simple_front_one
void _simple_front_one(Control c)
Undocumented in source. Be warned that the author may not have intended to support it.
add
void add(Control ctrl)
contains
bool contains(Control ctrl)
indexOf
int indexOf(Control ctrl)
opApply
int opApply(int delegate(ref Control) dg)
remove
void remove(Control ctrl)
removeAt
void removeAt(int i)

Mixins

__anonymous
mixin OpApplyAddIndex!(opApply, Control)
Undocumented in source.

Properties

length
int length [@property getter]
opIndex
int opIndex [@property setter]
owner
Control owner [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_owner
Control _owner;
Undocumented in source.
children
Control[] children;
Undocumented in source.

Meta