Hosting courtesy of Sourceforge

SourceForge Logo
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

Graphics::AbstractImage Class Reference

#include <draw.h>

Inheritance diagram for Graphics::AbstractImage:

Inheritance graph
[legend]
Collaboration diagram for Graphics::AbstractImage:

Collaboration graph
[legend]
List of all members.

Detailed Description

Interface for pictures

AbstractImages are Drawables that can be read from file

Definition at line 64 of file draw.h.


Constructor & Destructor Documentation

virtual Graphics::AbstractImage::~AbstractImage   [virtual]
 

Definition at line 69 of file draw.h.


Member Function Documentation

virtual void Graphics::AbstractImage::drawAt SDL_Surface *    screen,
SDL_Rect *    loc
[pure virtual]
 

Reimplemented from Graphics::DrawableAt.

Reimplemented in Graphics::SingleFrameImage, and Graphics::AnimatedImage.

virtual AbstractImage* Graphics::AbstractImage::dynCopyImage   [pure virtual]
 

Reimplemented in Graphics::SingleFrameImage, and Graphics::AnimatedImage.

virtual void Graphics::AbstractImage::readFromFile const string &    BMP_filename [pure virtual]
 

Reimplemented in Graphics::SingleFrameImage, and Graphics::AnimatedImage.

virtual void Graphics::AbstractImage::setTransparency Uint32    flags [pure virtual]
 

Reimplemented in Graphics::SingleFrameImage, and Graphics::AnimatedImage.


The documentation for this class was generated from the following file:
Generated on Tue May 21 07:26:55 2002 for BomberLAN by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001