|
| 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 87 of file charselectdialog.cpp.
◆ CharacterDisplay()
◆ getCharacter()
◆ mouseExited()
| void CharacterDisplay::mouseExited |
( |
gcn::MouseEvent & |
event | ) |
|
|
override |
◆ mouseMoved()
| void CharacterDisplay::mouseMoved |
( |
gcn::MouseEvent & |
event | ) |
|
|
override |
◆ requestFocus()
| void CharacterDisplay::requestFocus |
( |
| ) |
|
|
override |
◆ setActive()
| void CharacterDisplay::setActive |
( |
bool |
active | ) |
|
◆ setCharacter()
◆ update()
| void CharacterDisplay::update |
( |
| ) |
|
|
private |
◆ mButton
| Button* CharacterDisplay::mButton |
|
private |
◆ mCharacter
◆ mDelete
| Button* CharacterDisplay::mDelete |
|
private |
◆ mName
| Label* CharacterDisplay::mName |
|
private |
◆ mPlayerBox
◆ mTextPopup
| TextPopup * CharacterDisplay::mTextPopup = nullptr |
|
staticprivate |
The character info popup.
- Note
- : This is a global object. One for all the characters.
Definition at line 118 of file charselectdialog.cpp.
The documentation for this class was generated from the following file: