Mana
|
Public Member Functions | |
ChangeDisplay (int id, const std::string &name) | |
std::string | update () override |
Type | getType () override |
void | setPointsNeeded (int needed) |
![]() | |
~AttrDisplay () override | |
![]() | |
Container () | |
~Container () override | |
void | drawFrame (gcn::Graphics *graphics) override |
Private Member Functions | |
void | action (const gcn::ActionEvent &event) override |
Private Attributes | |
int | mNeeded = 1 |
Label * | mPoints |
Button * | mDec |
Button * | mInc |
Additional Inherited Members | |
![]() | |
enum | Type { DERIVED , CHANGEABLE , UNKNOWN } |
![]() | |
AttrDisplay (int id, const std::string &name) | |
![]() | |
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. | |
![]() | |
const int | mId |
const std::string | mName |
Label * | mLabel |
Label * | mValue |
Definition at line 79 of file statuswindow.cpp.
ChangeDisplay::ChangeDisplay | ( | int | id, |
const std::string & | name | ||
) |
Definition at line 463 of file statuswindow.cpp.
|
overrideprivate |
Definition at line 518 of file statuswindow.cpp.
|
inlineoverridevirtual |
Reimplemented from AttrDisplay.
Definition at line 84 of file statuswindow.cpp.
void ChangeDisplay::setPointsNeeded | ( | int | needed | ) |
Definition at line 511 of file statuswindow.cpp.
|
overridevirtual |
Reimplemented from AttrDisplay.
Definition at line 490 of file statuswindow.cpp.
|
private |
Definition at line 93 of file statuswindow.cpp.
|
private |
Definition at line 94 of file statuswindow.cpp.
|
private |
Definition at line 90 of file statuswindow.cpp.
|
private |
Definition at line 92 of file statuswindow.cpp.