Image Class Reference

#include <iimage.h>

Inheritance diagram for Image:
Inheritance graph
[legend]

Public Member Functions

virtual ~Image ()
virtual bytegetRGBAPixels () const =0
virtual unsigned int getWidth () const =0
virtual unsigned int getHeight () const =0
virtual int getSurfaceFlags () const
virtual int getContentFlags () const
virtual int getValue () const

Detailed Description

Definition at line 29 of file iimage.h.


Constructor & Destructor Documentation

virtual Image::~Image (  )  [inline, virtual]

Definition at line 31 of file iimage.h.


Member Function Documentation

virtual int Image::getContentFlags (  )  const [inline, virtual]

Definition at line 39 of file iimage.h.

virtual unsigned int Image::getHeight (  )  const [pure virtual]

Implemented in RGBAImage.

virtual byte* Image::getRGBAPixels (  )  const [pure virtual]

Implemented in RGBAImage.

virtual int Image::getSurfaceFlags (  )  const [inline, virtual]

Definition at line 36 of file iimage.h.

virtual int Image::getValue (  )  const [inline, virtual]

Definition at line 42 of file iimage.h.

virtual unsigned int Image::getWidth (  )  const [pure virtual]

Implemented in RGBAImage.


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2