Mana
|
Public Member Functions | |
DerDisplay (int id, const std::string &name) | |
Type | getType () override |
![]() | |
~AttrDisplay () override | |
virtual std::string | update () |
![]() | |
Container () | |
~Container () override | |
void | drawFrame (gcn::Graphics *graphics) override |
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 72 of file statuswindow.cpp.
DerDisplay::DerDisplay | ( | int | id, |
const std::string & | name | ||
) |
Definition at line 453 of file statuswindow.cpp.
|
inlineoverridevirtual |
Reimplemented from AttrDisplay.
Definition at line 76 of file statuswindow.cpp.