GIFImportResults Class Reference

Provides the results for the import of a GIF Notes: m_bValid should be checked for TRUE after any construction because the constructor can fail Scope: public. More...

#include <bitfopts.h>

Inheritance diagram for GIFImportResults:

BitmapImportResults List of all members.

Public Types

enum  DISPOSAL_METHOD { NONE, DONT, TOBACKGROUND, TOPREVIOUS }

Public Member Functions

 GIFImportResults ()

Public Attributes

OILBitmapm_pBitmap
Filterm_pFilter
INT32 m_nTransparentColourIndex
UINT32 m_uRepeats
DISPOSAL_METHOD m_DisposalMethod

Private Member Functions

 CC_DECLARE_MEMDUMP (GIFImportResults)

Detailed Description

Provides the results for the import of a GIF Notes: m_bValid should be checked for TRUE after any construction because the constructor can fail Scope: public.

> class GIFImportResults : public BitmapImportResults

Author:
Colin_Barfoot (Xara Group Ltd) <camelotdev@xara.com>
Date:
25/06/96

Definition at line 205 of file bitfopts.h.


Member Enumeration Documentation

enum GIFImportResults::DISPOSAL_METHOD
 

Enumerator:
NONE 
DONT 
TOBACKGROUND 
TOPREVIOUS 

Definition at line 219 of file bitfopts.h.

00220     {
00221         NONE,
00222         DONT,
00223         TOBACKGROUND,
00224         TOPREVIOUS,
00225     };


Constructor & Destructor Documentation

GIFImportResults::GIFImportResults  ) 
 


Member Function Documentation

GIFImportResults::CC_DECLARE_MEMDUMP GIFImportResults   )  [private]
 


Member Data Documentation

DISPOSAL_METHOD GIFImportResults::m_DisposalMethod
 

Definition at line 226 of file bitfopts.h.

INT32 GIFImportResults::m_nTransparentColourIndex
 

Definition at line 215 of file bitfopts.h.

OILBitmap* GIFImportResults::m_pBitmap
 

Definition at line 212 of file bitfopts.h.

Filter* GIFImportResults::m_pFilter
 

Definition at line 213 of file bitfopts.h.

UINT32 GIFImportResults::m_uRepeats
 

Definition at line 217 of file bitfopts.h.


The documentation for this class was generated from the following file:
Generated on Sat Nov 10 03:54:50 2007 for Camelot by  doxygen 1.4.4