|
FIFE
|
#include <renderitem.h>
Collaboration diagram for FIFE::OverlayData:Public Member Functions | |
| OverlayData () | |
| ~OverlayData () | |
Public Attributes | |
| OverlayColors * | colorOverlay |
| std::vector< ImagePtr > * | animationOverlayImages |
| std::vector< OverlayColors * > * | animationColorOverlays |
Definition at line 41 of file renderitem.h.
| FIFE::OverlayData::OverlayData | ( | ) |
Definition at line 40 of file renderitem.cpp.
| FIFE::OverlayData::~OverlayData | ( | ) |
Definition at line 46 of file renderitem.cpp.
References animationColorOverlays, and animationOverlayImages.
| std::vector<OverlayColors*>* FIFE::OverlayData::animationColorOverlays |
Definition at line 51 of file renderitem.h.
Referenced by FIFE::RenderItem::getAnimationColorOverlay(), FIFE::RenderItem::setAnimationOverlay(), and ~OverlayData().
| std::vector<ImagePtr>* FIFE::OverlayData::animationOverlayImages |
Definition at line 49 of file renderitem.h.
Referenced by FIFE::RenderItem::getAnimationOverlay(), FIFE::RenderItem::setAnimationOverlay(), and ~OverlayData().
| OverlayColors* FIFE::OverlayData::colorOverlay |
Definition at line 47 of file renderitem.h.
Referenced by FIFE::RenderItem::getColorOverlay(), FIFE::RenderItem::getStaticImageIndexByAngle(), and FIFE::RenderItem::setColorOverlay().