#include <graphicset.h>
Public Member Functions | |
| int | setActive (int id) |
| int | getActiveID () |
| void | loadData () |
| bool | picAvail (int num) const |
| int | getMode (int num) const |
| Surface & | getPic (int num) |
| void | setPic (int num, Surface pic) |
| const OverviewMapImage * | getQuickView (int id) |
| ~GraphicSetManager_Base () | |
Friends | |
| struct | Loki::CreateUsingNew< GraphicSetManager_Base > |
Classes | |
| class | GraphicSet |
Definition at line 36 of file graphicset.h.
| GraphicSetManager_Base::~GraphicSetManager_Base | ( | ) |
Definition at line 209 of file graphicset.cpp.
| int GraphicSetManager_Base::setActive | ( | int | id | ) |
| int GraphicSetManager_Base::getActiveID | ( | ) | [inline] |
Definition at line 62 of file graphicset.h.
| void GraphicSetManager_Base::loadData | ( | ) |
Definition at line 130 of file graphicset.cpp.
References dataLoaderTicker, displayLogMessage(), fieldsizex, fieldsizey, IconRepository::getIcon(), tfindfile::getnextname(), loadpalette(), magic, tnstream::reading, and setActive().
| bool GraphicSetManager_Base::picAvail | ( | int | num | ) | const |
| int GraphicSetManager_Base::getMode | ( | int | num | ) | const |
Definition at line 52 of file graphicset.cpp.
| Surface & GraphicSetManager_Base::getPic | ( | int | num | ) |
Definition at line 62 of file graphicset.cpp.
References IconRepository::getIcon().
Referenced by getQuickView().
| void GraphicSetManager_Base::setPic | ( | int | num, | |
| Surface | pic | |||
| ) |
Definition at line 70 of file graphicset.cpp.
| const OverviewMapImage * GraphicSetManager_Base::getQuickView | ( | int | id | ) |
friend struct Loki::CreateUsingNew< GraphicSetManager_Base > [friend] |
Definition at line 72 of file graphicset.h.
1.5.1