Introduction
Downloads
Documentation
Tutorials
Pixie Lite
Forum

Home

ImageFormat_GIF Class Reference
[Graphics]

Inheritance diagram for ImageFormat_GIF:

ImageFormat

List of all members.


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 ImageFormatCreate (const Asset &asset)
static void Save (const Filename &filename, int width, int height, void *data)

Detailed Description

Author:
Mattias Gustavsson

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]

Implements ImageFormat.

Definition at line 77 of file ImageFormat_GIF.cpp.

int ImageFormat_GIF::GetHeight (  )  [virtual]

Implements ImageFormat.

Definition at line 89 of file ImageFormat_GIF.cpp.

int ImageFormat_GIF::GetCelCount (  )  [virtual]

Implements ImageFormat.

Definition at line 101 of file ImageFormat_GIF.cpp.

void ImageFormat_GIF::CopyPixels ( unsigned int *  destination  )  [virtual]

Implements ImageFormat.

Definition at line 127 of file ImageFormat_GIF.cpp.

float ImageFormat_GIF::GetCelDelay ( int  celIndex  )  [virtual]

Implements ImageFormat.

Definition at line 114 of file ImageFormat_GIF.cpp.

void ImageFormat_GIF::Save ( const Filename filename,
int  width,
int  height,
void *  data 
) [static]

Definition at line 160 of file ImageFormat_GIF.cpp.



Pixie University and the Pixie Game Engine is created and managed by Mattias Gustavsson.
Reproduction/republishing of any material on this site without permission is strictly prohibited.