IMapElement Class Reference

IMapElement: Klasse zur Repräsentation der Übersichtskarte. More...

#include <IMapElement.h>

Inherits GUIelement.

Inheritance diagram for IMapElement:

Inheritance graph
[legend]
Collaboration diagram for IMapElement:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 IMapElement (int *, int *, unsigned int *, GLuint *, ICamera *)
void motion (int, int)
void pressed (int, int)
void released (int, int)
void drag (int, int)
bool isInside (int, int)
void render (void)

Detailed Description

IMapElement: Klasse zur Repräsentation der Übersichtskarte.


Constructor & Destructor Documentation

IMapElement::IMapElement ( int *  ,
int *  ,
unsigned int *  ,
GLuint *  ,
ICamera  
)

Konstruktor

Parameters:
width Breite des Fensters
height Höhe des Fensters
fps Pointer auf fps Wert
map Overview


Member Function Documentation

void IMapElement::motion ( int  ,
int   
) [virtual]

Maus Schnittstelle. Passive Bewegung.

Parameters:
x x Koordinate der Maus
y y Koordinate der Maus

Reimplemented from GUIelement.

void IMapElement::pressed ( int  ,
int   
) [virtual]

Maus Schnittstelle. Drücken der linken Taste.

Parameters:
x x Koordinate der Maus
y y Koordinate der Maus

Reimplemented from GUIelement.

void IMapElement::released ( int  ,
int   
) [virtual]

Maus Schnittstelle. Auslassen der linken Taste.

Parameters:
x x Koordinate der Maus
y y Koordinate der Maus

Reimplemented from GUIelement.

void IMapElement::drag ( int  ,
int   
) [virtual]

Maus Schnittstelle. Aktive Bewegung (mit gedrückter Maustaste).

Parameters:
x x Koordinate der Maus
y y Koordinate der Maus

Reimplemented from GUIelement.

bool IMapElement::isInside ( int  ,
int   
) [virtual]

Testet ob Punkt innerhalb des GUI Elements ist.

Parameters:
x x Koordinate
y y Koordinate
Returns:
true wenn innerhalb

Reimplemented from GUIelement.

void IMapElement::render ( void   )  [virtual]

Zeichnet das GUI Element.

Reimplemented from GUIelement.


The documentation for this class was generated from the following files:
Generated on Wed Jan 17 14:53:41 2007 for iTunesIslands by  doxygen 1.5.1-p1