ImageList.ImageCollection

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Classes

StripPart
class StripPart
Undocumented in source.

Functions

_added
void _added(size_t idx, Image val)
Undocumented in source. Be warned that the author may not have intended to support it.
_adding
void _adding(size_t idx, Image val)
Undocumented in source. Be warned that the author may not have intended to support it.
_removed
void _removed(size_t idx, Image val)
Undocumented in source. Be warned that the author may not have intended to support it.
addStrip
void addStrip(Image img)
Undocumented in source. Be warned that the author may not have intended to support it.
insert
void insert(int index, Image img)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin ListWrapArray!(Image, _images, _adding, _added, _blankListCallback!(Image), _removed, false, false, false)
Undocumented in source.

Variables

_images
Image[] _images;
Undocumented in source.

Meta