|
Mana
|
Public Member Functions | |
| AbilityEntry (AbilityInfo *info) | |
| void | update (int current, int needed) |
Public Member Functions inherited from Container | |
| Container () | |
| ~Container () override | |
| void | drawFrame (gcn::Graphics *graphics) override |
Protected Attributes | |
| AbilityInfo * | mInfo |
Private Attributes | |
| Icon * | mIcon = nullptr |
| Label * | mNameLabel = nullptr |
| Button * | mUse = nullptr |
| ProgressBar * | mRechargeBar = nullptr |
Friends | |
| class | AbilitiesWindow |
Additional Inherited Members | |
Protected Member Functions inherited from Container | |
| Layout & | getLayout () |
| Gets the layout handler for this container. | |
| LayoutCell & | place (int x, int y, gcn::Widget *wg, int w=1, int h=1) |
| Adds a widget to the container and sets it at given cell. | |
| ContainerPlacer | getPlacer (int x, int y) |
| Returns a proxy for adding widgets in an inner table of the layout. | |
Definition at line 50 of file abilitieswindow.cpp.
| AbilityEntry::AbilityEntry | ( | AbilityInfo * | info | ) |
Definition at line 175 of file abilitieswindow.cpp.
| void AbilityEntry::update | ( | int | current, |
| int | needed | ||
| ) |
Definition at line 206 of file abilitieswindow.cpp.
|
friend |
Definition at line 58 of file abilitieswindow.cpp.
|
private |
Definition at line 62 of file abilitieswindow.cpp.
|
protected |
Definition at line 59 of file abilitieswindow.cpp.
|
private |
Definition at line 63 of file abilitieswindow.cpp.
|
private |
Definition at line 65 of file abilitieswindow.cpp.
|
private |
Definition at line 64 of file abilitieswindow.cpp.