ManaPlus
|
#include <compounditem.h>
Public Member Functions | |
CompoundItem () | |
~CompoundItem () | |
Data Fields | |
VectorPointers | data |
Image * | image |
Image * | alphaImage |
Definition at line 33 of file compounditem.h.
CompoundItem::CompoundItem | ( | ) |
Definition at line 556 of file compoundsprite.cpp.
CompoundItem::~CompoundItem | ( | ) |
Definition at line 563 of file compoundsprite.cpp.
References alphaImage, and image.
Image* CompoundItem::alphaImage |
Definition at line 44 of file compounditem.h.
Referenced by CompoundSprite::initCurrentCacheItem(), and ~CompoundItem().
VectorPointers CompoundItem::data |
Definition at line 42 of file compounditem.h.
Referenced by CompoundSprite::initCurrentCacheItem(), and CompoundSprite::updateFromCache().
Image* CompoundItem::image |
Definition at line 43 of file compounditem.h.
Referenced by CompoundSprite::initCurrentCacheItem(), CompoundSprite::updateFromCache(), and ~CompoundItem().