EventDeleteEffect Class Reference

This class will delete an Effect. More...

#include <EventDeleteEffect.h>

Inherits EventDeleteObject.

Inheritance diagram for EventDeleteEffect:

Inheritance graph
[legend]
Collaboration diagram for EventDeleteEffect:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Detailed Description

This class will delete an Effect.

Definition at line 31 of file EventDeleteEffect.h.


Constructor & Destructor Documentation

EventDeleteEffect::EventDeleteEffect ( Texture p_texture  ) 

Standard constructor.

Parameters:
p_texture Texture to delete.

Definition at line 25 of file EventDeleteEffect.cpp.

EventDeleteEffect::~EventDeleteEffect (  )  [virtual]

Standard desstructor.

Definition at line 29 of file EventDeleteEffect.cpp.


Member Function Documentation

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

Computes the logic for the event.

Parameters:
p_level Pointer to the Level.

Reimplemented from EventDeleteObject.

Definition at line 33 of file EventDeleteEffect.cpp.

References EventDeleteObject::compute(), Level::effects, and EventDeleteObject::texture.

Here is the call graph for this function:


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