|
Planeshift
|
Base class for all possible 2D Effect Elements. More...
#include <pseffect2drenderer.h>
Public Member Functions | |
| virtual void | Draw (iGraphics3D *g3d, iGraphics2D *g2d) |
| int | GetAlpha () const |
| int | GetZOrder () const |
| psEffect2DElement (int zOrder, int alpha) | |
| void | SetAlpha (int alpha) |
| virtual | ~psEffect2DElement () |
Public Attributes | |
| int | originx |
| int | originy |
Protected Attributes | |
| int | alpha |
| int | zOrder |
Base class for all possible 2D Effect Elements.
Definition at line 39 of file pseffect2drenderer.h.
| virtual psEffect2DElement::~psEffect2DElement | ( | ) | [virtual] |
| virtual void psEffect2DElement::Draw | ( | iGraphics3D * | g3d, |
| iGraphics2D * | g2d | ||
| ) | [virtual] |
Reimplemented in psEffect2DTextElement, and psEffect2DImgElement.
| int psEffect2DElement::GetAlpha | ( | ) | const |
| int psEffect2DElement::GetZOrder | ( | ) | const |
| void psEffect2DElement::SetAlpha | ( | int | alpha | ) |
int psEffect2DElement::alpha [protected] |
Definition at line 43 of file pseffect2drenderer.h.
Definition at line 46 of file pseffect2drenderer.h.
Definition at line 47 of file pseffect2drenderer.h.
int psEffect2DElement::zOrder [protected] |
Definition at line 42 of file pseffect2drenderer.h.
1.7.3