#include <bitfopts.h>
Inheritance diagram for GIFImportResults:

Public Types | |
| enum | DISPOSAL_METHOD { NONE, DONT, TOBACKGROUND, TOPREVIOUS } |
Public Member Functions | |
| GIFImportResults () | |
Public Attributes | |
| OILBitmap * | m_pBitmap |
| Filter * | m_pFilter |
| INT32 | m_nTransparentColourIndex |
| UINT32 | m_uRepeats |
| DISPOSAL_METHOD | m_DisposalMethod |
Private Member Functions | |
| CC_DECLARE_MEMDUMP (GIFImportResults) | |
> class GIFImportResults : public BitmapImportResults
Definition at line 205 of file bitfopts.h.
|
|
Definition at line 219 of file bitfopts.h. 00220 { 00221 NONE, 00222 DONT, 00223 TOBACKGROUND, 00224 TOPREVIOUS, 00225 };
|
|
|
|
|
|
|
|
|
Definition at line 226 of file bitfopts.h. |
|
|
Definition at line 215 of file bitfopts.h. |
|
|
Definition at line 212 of file bitfopts.h. |
|
|
Definition at line 213 of file bitfopts.h. |
|
|
Definition at line 217 of file bitfopts.h. |
1.4.4