Classes | |
struct | Item |
Public Types | |
enum | Type { kTypeInvalid, kTypeICO, kTypeCUR } |
Public Member Functions | |
bool | open (Common::SeekableReadStream &stream, DisposeAfterUse::Flag=DisposeAfterUse::NO) |
void | close () |
Type | getType () const |
uint | numItems () const |
const Item & | getItem (uint itemIndex) const |
Graphics::Cursor * | loadItemAsCursor (uint itemIndex) const |
Graphics::Cursor* Image::IcoCurDecoder::loadItemAsCursor | ( | uint | itemIndex | ) | const |
Loads an item from the directory as a cursor.
itemIndex | The index of the item in the directory. |