|
Mana
|
Protected Member Functions | |
| SocialTab ()=default | |
| ~SocialTab () override | |
| virtual void | invite ()=0 |
| virtual void | leave ()=0 |
Protected Member Functions inherited from Tab | |
| virtual void | setCurrent () |
Protected Attributes | |
| TextDialog * | mInviteDialog = nullptr |
| ConfirmDialog * | mConfirmDialog = nullptr |
| std::unique_ptr< ScrollArea > | mScroll |
| std::unique_ptr< AvatarListBox > | mList |
Friends | |
| class | SocialWindow |
Additional Inherited Members | |
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. | |
Definition at line 56 of file socialwindow.cpp.
|
protecteddefault |
|
inlineoverrideprotected |
Definition at line 63 of file socialwindow.cpp.
|
protectedpure virtual |
Implemented in GuildTab, PartyTab, and PlayerListTab.
|
protectedpure virtual |
Implemented in GuildTab, PartyTab, and PlayerListTab.
|
friend |
Definition at line 59 of file socialwindow.cpp.
|
protected |
Definition at line 86 of file socialwindow.cpp.
|
protected |
Definition at line 85 of file socialwindow.cpp.
|
protected |
Definition at line 88 of file socialwindow.cpp.
|
protected |
Definition at line 87 of file socialwindow.cpp.