![]() |
ManaPlus
|
#include <imagecollection.h>
Public Member Functions | |
| ImageCollection () | |
| ~ImageCollection () | |
| void | clear () |
Data Fields | |
| GLuint | currentGLImage |
| const Image * | currentImage |
| ImageVertexes * | currentVert |
| ImageVertexesVector | draws |
Definition at line 31 of file imagecollection.h.
| ImageCollection::ImageCollection | ( | ) |
Definition at line 28 of file imagecollection.cpp.
| ImageCollection::~ImageCollection | ( | ) |
Definition at line 38 of file imagecollection.cpp.
References clear().
| void ImageCollection::clear | ( | ) |
Definition at line 43 of file imagecollection.cpp.
References currentGLImage, currentImage, currentVert, delete_all(), and draws.
Referenced by TouchManager::draw(), Button::draw(), EmotePage::draw(), ItemContainer::draw(), Popup::draw(), ProgressBar::draw(), ScrollArea::draw(), Slider::draw(), Tab::draw(), Window::draw(), EquipmentWindow::draw(), ShortcutContainer::drawBackground(), ScrollArea::drawFrame(), Button::widgetHidden(), Window::widgetHidden(), and ~ImageCollection().
| GLuint ImageCollection::currentGLImage |
Definition at line 43 of file imagecollection.h.
Referenced by clear().
| const Image* ImageCollection::currentImage |
Definition at line 46 of file imagecollection.h.
Referenced by clear().
| ImageVertexes* ImageCollection::currentVert |
Definition at line 48 of file imagecollection.h.
Referenced by clear().
| ImageVertexesVector ImageCollection::draws |
Definition at line 50 of file imagecollection.h.
Referenced by clear().