Mana
Loading...
Searching...
No Matches
Protected Member Functions | Protected Attributes | Friends | List of all members
SocialTab Class Referenceabstract
Inheritance diagram for SocialTab:
Tab GuildTab PartyTab PlayerListTab

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

TextDialogmInviteDialog = nullptr
 
ConfirmDialogmConfirmDialog = nullptr
 
std::unique_ptr< ScrollAreamScroll
 
std::unique_ptr< AvatarListBoxmList
 

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.
 

Detailed Description

Definition at line 56 of file socialwindow.cpp.

Constructor & Destructor Documentation

◆ SocialTab()

SocialTab::SocialTab ( )
protecteddefault

◆ ~SocialTab()

SocialTab::~SocialTab ( )
inlineoverrideprotected

Definition at line 63 of file socialwindow.cpp.

Member Function Documentation

◆ invite()

virtual void SocialTab::invite ( )
protectedpure virtual

Implemented in GuildTab, PartyTab, and PlayerListTab.

◆ leave()

virtual void SocialTab::leave ( )
protectedpure virtual

Implemented in GuildTab, PartyTab, and PlayerListTab.

Friends And Related Symbol Documentation

◆ SocialWindow

friend class SocialWindow
friend

Definition at line 59 of file socialwindow.cpp.

Member Data Documentation

◆ mConfirmDialog

ConfirmDialog* SocialTab::mConfirmDialog = nullptr
protected

Definition at line 86 of file socialwindow.cpp.

◆ mInviteDialog

TextDialog* SocialTab::mInviteDialog = nullptr
protected

Definition at line 85 of file socialwindow.cpp.

◆ mList

std::unique_ptr<AvatarListBox> SocialTab::mList
protected

Definition at line 88 of file socialwindow.cpp.

◆ mScroll

std::unique_ptr<ScrollArea> SocialTab::mScroll
protected

Definition at line 87 of file socialwindow.cpp.


The documentation for this class was generated from the following file: