#include <EventDeleteObject.h>
Inherits EventInterface.
Inherited by EventDeleteEffect.
Inheritance diagram for EventDeleteObject:
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 | |
Texture * | texture |
Holds the texture that will be processed. |
Definition at line 31 of file EventDeleteObject.h.
EventDeleteObject::EventDeleteObject | ( | Texture * | p_texture | ) |
Standard constructor.
p_texture | Texture to delete. |
Definition at line 27 of file EventDeleteObject.cpp.
References texture.
EventDeleteObject::~EventDeleteObject | ( | ) | [virtual] |
int EventDeleteObject::compute | ( | Level * | p_level | ) | [virtual] |
Computes the logic for the event.
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().
Holds the texture that will be processed.
Definition at line 56 of file EventDeleteObject.h.
Referenced by compute(), EventDeleteEffect::compute(), and EventDeleteObject().