EventDeleteObject Class Reference

This class will delete an texture. More...

#include <EventDeleteObject.h>

Inherits EventInterface.

Inherited by EventDeleteEffect.

Inheritance diagram for EventDeleteObject:

Inheritance graph
[legend]
Collaboration diagram for EventDeleteObject:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 EventDeleteObject (Texture *p_texture)
 Standard constructor.
virtual ~EventDeleteObject ()
 Standard desstructor.
virtual int compute (Level *p_level)
 Computes the logic for the event.

Public Attributes

Texturetexture
 Holds the texture that will be processed.

Detailed Description

This class will delete an texture.

Definition at line 31 of file EventDeleteObject.h.


Constructor & Destructor Documentation

EventDeleteObject::EventDeleteObject ( Texture p_texture  ) 

Standard constructor.

Parameters:
p_texture Texture to delete.

Definition at line 27 of file EventDeleteObject.cpp.

References texture.

EventDeleteObject::~EventDeleteObject (  )  [virtual]

Standard desstructor.

Definition at line 32 of file EventDeleteObject.cpp.


Member Function Documentation

int EventDeleteObject::compute ( Level p_level  )  [virtual]

Computes the logic for the event.

Parameters:
p_level Pointer to the Level.

Implements EventInterface.

Reimplemented in EventDeleteEffect.

Definition at line 36 of file EventDeleteObject.cpp.

References texture.

Referenced by EventDeleteEffect::compute().


Member Data Documentation

Texture* EventDeleteObject::texture

Holds the texture that will be processed.

Definition at line 56 of file EventDeleteObject.h.

Referenced by compute(), EventDeleteEffect::compute(), and EventDeleteObject().


The documentation for this class was generated from the following files:
Generated on Tue Jul 17 22:02:22 2007 for C0re by  doxygen 1.5.2