Back to bsyte

Texture Class Reference

Eine Texture. More...

#include <Texture.h>

Inheritance diagram for Texture:
Collaboration diagram for Texture:

List of all members.

Public Member Functions

 Texture ()
 Konstruktor.
virtual ~Texture ()
 Destruktor.
void scroll (int dir)
 Scroll die Textur um ein Pixel TODO: Nach Image auslagern.
void load (DataInputStream &dataIn)
 Liest das Textur-Objekt aus dem Inputstream.
void save (DataOutputStream &dataOut)
 Serialisiert das Textur-Objekt in den Outputstream.

Private Attributes

unsigned long m_time
Trigger m_trigger

Detailed Description

Eine Texture.


Constructor & Destructor Documentation

Texture::Texture ( )

Konstruktor.

Here is the call graph for this function:

Texture::~Texture ( ) [virtual]

Destruktor.


Member Function Documentation

void Texture::load ( DataInputStream dataIn)

Liest das Textur-Objekt aus dem Inputstream.

Parameters:
dataInDataInputStream

Here is the call graph for this function:

Here is the caller graph for this function:

void Texture::save ( DataOutputStream dataOut)

Serialisiert das Textur-Objekt in den Outputstream.

Parameters:
dataOutDataOutputStream
Exceptions:
IOException

Here is the call graph for this function:

Here is the caller graph for this function:

void Texture::scroll ( int  dir)

Scroll die Textur um ein Pixel TODO: Nach Image auslagern.

Parameters:
dirScrollrichtung

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation

unsigned long Texture::m_time [private]

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