|
Mana
|
Public Member Functions | |
| DerDisplay (int id, const std::string &name) | |
| Type | getType () override |
Public Member Functions inherited from AttrDisplay | |
| ~AttrDisplay () override | |
| virtual std::string | update () |
Public Member Functions inherited from Container | |
| Container () | |
| ~Container () override | |
| void | drawFrame (gcn::Graphics *graphics) override |
Additional Inherited Members | |
Public Types inherited from AttrDisplay | |
| enum | Type { DERIVED , CHANGEABLE , UNKNOWN } |
Protected Member Functions inherited from AttrDisplay | |
| AttrDisplay (int id, const std::string &name) | |
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. | |
Protected Attributes inherited from AttrDisplay | |
| 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.