Menu.MenuItemCollection

Constructors

this
this(Menu owner)
Undocumented in source.

Members

Functions

_added
void _added(size_t idx, MenuItem val)
Undocumented in source. Be warned that the author may not have intended to support it.
_additem
void _additem(MenuItem mi)
Undocumented in source. Be warned that the author may not have intended to support it.
_delitem
void _delitem(int idx)
Undocumented in source. Be warned that the author may not have intended to support it.
_removing
void _removing(size_t idx, MenuItem val)
Undocumented in source. Be warned that the author may not have intended to support it.
add
void add(MenuItem mi)
Undocumented in source. Be warned that the author may not have intended to support it.
add
void add(Dstring value)
Undocumented in source. Be warned that the author may not have intended to support it.
addRange
void addRange(MenuItem[] items)
Undocumented in source. Be warned that the author may not have intended to support it.
addRange
void addRange(Dstring[] items)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

_wraparray
mixin ListWrapArray!(MenuItem, items, _blankListCallback!(MenuItem), _added, _removing, _blankListCallback!(MenuItem), true, false, false, true) _wraparray
Undocumented in source.

Variables

_owner
Menu _owner;
Undocumented in source.
items
MenuItem[] items;
Undocumented in source.

Meta