|
Mana
|
Public Member Functions | |
| PlayerListTab () | |
| ~PlayerListTab () override | |
| void | setPlayers (const std::vector< Avatar * > &players) |
Public Member Functions inherited from Tab | |
| Tab () | |
| void | setCaption (const std::string &caption) |
| Sets the caption of the tab. | |
| void | draw (gcn::Graphics *graphics) override |
| Draw the tab. | |
| void | drawFrame (gcn::Graphics *graphics) override |
| Draw the tab frame. | |
| void | setTabColor (const gcn::Color *color) |
| Set the normal color fo the tab's text. | |
| void | setFlash (bool flash) |
| Set tab flashing state. | |
Protected Member Functions | |
| void | invite () override |
| void | leave () override |
Protected Member Functions inherited from SocialTab | |
| SocialTab ()=default | |
| ~SocialTab () override | |
Protected Member Functions inherited from Tab | |
| virtual void | setCurrent () |
Private Attributes | |
| PlayerList * | mPlayerList |
Additional Inherited Members | |
Protected Attributes inherited from SocialTab | |
| TextDialog * | mInviteDialog = nullptr |
| ConfirmDialog * | mConfirmDialog = nullptr |
| std::unique_ptr< ScrollArea > | mScroll |
| std::unique_ptr< AvatarListBox > | mList |
Definition at line 268 of file socialwindow.cpp.
|
inline |
Definition at line 271 of file socialwindow.cpp.
|
inlineoverride |
Definition at line 282 of file socialwindow.cpp.
|
inlineoverrideprotectedvirtual |
Implements SocialTab.
Definition at line 293 of file socialwindow.cpp.
|
inlineoverrideprotectedvirtual |
Implements SocialTab.
Definition at line 294 of file socialwindow.cpp.
|
inline |
Definition at line 287 of file socialwindow.cpp.
|
private |
Definition at line 297 of file socialwindow.cpp.