Control.ControlCollection

Undocumented in source.

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)
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains(Control ctrl)
Undocumented in source. Be warned that the author may not have intended to support it.
indexOf
int indexOf(Control ctrl)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref Control) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(Control ctrl)
Undocumented in source. Be warned that the author may not have intended to support it.
removeAt
void removeAt(int i)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

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

Properties

length
int length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
int opIndex [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
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