ImageFormat_GIF Class Reference
[Graphics]
Inheritance diagram for ImageFormat_GIF:

Public Member Functions | |
| ImageFormat_GIF (const Asset &asset) | |
| virtual | ~ImageFormat_GIF () |
| virtual int | GetWidth () |
| virtual int | GetHeight () |
| virtual int | GetCelCount () |
| virtual void | CopyPixels (unsigned int *destination) |
| virtual float | GetCelDelay (int celIndex) |
Static Public Member Functions | |
| static void | Register () |
| static bool | TestAsset (const Asset &asset) |
| static ImageFormat * | Create (const Asset &asset) |
| static void | Save (const Filename &filename, int width, int height, void *data) |
Detailed Description
Definition at line 22 of file ImageFormat_GIF.h.
Constructor & Destructor Documentation
| ImageFormat_GIF::ImageFormat_GIF | ( | const Asset & | asset | ) |
Constructor
Definition at line 49 of file ImageFormat_GIF.cpp.
| ImageFormat_GIF::~ImageFormat_GIF | ( | ) | [virtual] |
Destructor
Definition at line 66 of file ImageFormat_GIF.cpp.
Member Function Documentation
| void ImageFormat_GIF::Register | ( | ) | [static] |
Definition at line 14 of file ImageFormat_GIF.cpp.
| bool ImageFormat_GIF::TestAsset | ( | const Asset & | asset | ) | [static] |
Definition at line 30 of file ImageFormat_GIF.cpp.
| ImageFormat * ImageFormat_GIF::Create | ( | const Asset & | asset | ) | [static] |
Definition at line 22 of file ImageFormat_GIF.cpp.
| int ImageFormat_GIF::GetWidth | ( | ) | [virtual] |
| int ImageFormat_GIF::GetHeight | ( | ) | [virtual] |
| int ImageFormat_GIF::GetCelCount | ( | ) | [virtual] |
| void ImageFormat_GIF::CopyPixels | ( | unsigned int * | destination | ) | [virtual] |
| float ImageFormat_GIF::GetCelDelay | ( | int | celIndex | ) | [virtual] |
| void ImageFormat_GIF::Save | ( | const Filename & | filename, | |
| int | width, | |||
| int | height, | |||
| void * | data | |||
| ) | [static] |
Definition at line 160 of file ImageFormat_GIF.cpp.
Reproduction/republishing of any material on this site without permission is strictly prohibited.
