The interface file for ImageList class.
More...
#include <IImageList.h>
The interface file for ImageList class.
◆ ~IImageList()
◆ IImageList() [1/2]
◆ IImageList() [2/2]
◆ Add()
◆ Append()
virtual void Append |
( |
const ImageList & |
list | ) |
|
|
pure virtual |
◆ Clear()
◆ GetByIndex()
virtual ImagePtr GetByIndex |
( |
unsigned int |
index | ) |
const |
|
pure virtual |
◆ GetByPayloadType()
◆ GetByPixelFormat()
◆ GetByStreamIndex()
virtual ImagePtr GetByStreamIndex |
( |
const uint64_t |
streamIndex | ) |
const |
|
pure virtual |
◆ GetSize()
virtual unsigned int GetSize |
( |
| ) |
const |
|
pure virtual |
◆ operator=()
◆ operator[]()
virtual ImagePtr operator[] |
( |
unsigned int |
index | ) |
|
|
pure virtual |
◆ Release()
◆ RemoveByIndex()
virtual void RemoveByIndex |
( |
unsigned int |
index | ) |
|
|
pure virtual |
◆ RemoveByPayloadType()
◆ RemoveByPixelFormat()
◆ RemoveByStreamIndex()
virtual void RemoveByStreamIndex |
( |
const uint64_t |
streamIndex | ) |
|
|
pure virtual |
◆ Save()
virtual void Save |
( |
const char * |
filename | ) |
|
|
pure virtual |
◆ ImageListImpl
friend class ImageListImpl |
|
friend |
◆ m_pImageListData
ImageListData* m_pImageListData |
|
protected |
The documentation for this class was generated from the following file: