|
static const int | kMaxSections = 50 |
|
static const int | kMaxClickFields = 80 |
|
static const uint32 | kInvalidAddress = 0x00FFFFFF |
|
◆ destroy()
void Supernova::MSNImage::destroy |
( |
| ) |
|
|
overridevirtual |
Destroy this decoder's surface and palette.
This should be called by a loadStream() implementation as well as by the destructor.
Implements Image::ImageDecoder.
◆ loadStream()
◆ getSurface()
Get the decoded surface.
This surface is owned by this ImageDecoder and remains valid until destroy() or loadStream() is called, or until the destructor of this ImageDecoder is called.
- Returns
- The decoded surface, or 0 if no surface is present.
Implements Image::ImageDecoder.
◆ getPalette()
Get the decoded palette.
This palette is owned by this ImageDecoder and remains valid until destroy() or loadStream() is called, or until the destructor of this ImageDecoder is called.
- Returns
- The decoded palette, or empty if no palette is present.
Implements Image::ImageDecoder.
The documentation for this class was generated from the following file: