A list of images. Used for getting all images that are currently loaded by this View. The list can be used to build a collection of resources that must be pre-loaded via native code or JavaScript to avoid dynamic loading when the page is shown.
More...
|
virtual const char * | Next ()=0 |
| Returns the next image in the list. Will return nullptr when the end is reached. More...
|
|
virtual void | ResetIterator ()=0 |
| Will reset the internal iterator used by Next() to the beginning of the list. More...
|
|
virtual void | Release ()=0 |
| Frees the underlying data. More...
|
|
virtual | ~ImagesList () |
|
A list of images. Used for getting all images that are currently loaded by this View. The list can be used to build a collection of resources that must be pre-loaded via native code or JavaScript to avoid dynamic loading when the page is shown.
◆ ~ImagesList()
virtual cohtml::ImagesList::~ImagesList |
( |
| ) |
|
|
virtual |
◆ Next()
virtual const char* cohtml::ImagesList::Next |
( |
| ) |
|
|
pure virtual |
Returns the next image in the list. Will return nullptr when the end is reached.
◆ Release()
virtual void cohtml::ImagesList::Release |
( |
| ) |
|
|
pure virtual |
Frees the underlying data.
◆ ResetIterator()
virtual void cohtml::ImagesList::ResetIterator |
( |
| ) |
|
|
pure virtual |
Will reset the internal iterator used by Next() to the beginning of the list.