Public Member Functions | |
| ExperienceOverview (const PG_Point &pos, int exp=-1) | |
| int | RunModal () |
| void | eventDraw (SDL_Surface *surface, const PG_Rect &rect) |
Protected Member Functions | |
| bool | eventMouseButtonUp (const SDL_MouseButtonEvent *button) |
Static Protected Member Functions | |
| static PG_Rect | getSize (const PG_Point &pos) |
Definition at line 73 of file dashboard.cpp.
| ExperienceOverview::ExperienceOverview | ( | const PG_Point & | pos, | |
| int | exp = -1 | |||
| ) | [inline] |
Definition at line 89 of file dashboard.cpp.
| bool ExperienceOverview::eventMouseButtonUp | ( | const SDL_MouseButtonEvent * | button | ) | [inline, protected] |
Definition at line 76 of file dashboard.cpp.
| static PG_Rect ExperienceOverview::getSize | ( | const PG_Point & | pos | ) | [inline, static, protected] |
Definition at line 82 of file dashboard.cpp.
References IconRepository::getIcon(), and maxunitexperience.
| int ExperienceOverview::RunModal | ( | ) | [inline] |
Definition at line 95 of file dashboard.cpp.
Referenced by DashboardPanel::viewExperienceOverview().
| void ExperienceOverview::eventDraw | ( | SDL_Surface * | surface, | |
| const PG_Rect & | rect | |||
| ) | [inline] |
Definition at line 101 of file dashboard.cpp.
References IconRepository::getIcon(), maxunitexperience, s2, ASCString::toString(), and Surface::Wrap().
1.5.1