Mana
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
GuildTab Class Reference
Inheritance diagram for GuildTab:
SocialTab Tab

Public Member Functions

 GuildTab (Guild *guild)
 
void action (const gcn::ActionEvent &event) override
 
- 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

GuildmGuild
 

Additional Inherited Members

- Protected Attributes inherited from SocialTab
TextDialogmInviteDialog = nullptr
 
ConfirmDialogmConfirmDialog = nullptr
 
std::unique_ptr< ScrollAreamScroll
 
std::unique_ptr< AvatarListBoxmList
 

Detailed Description

Definition at line 91 of file socialwindow.cpp.

Constructor & Destructor Documentation

◆ GuildTab()

GuildTab::GuildTab ( Guild guild)
inline

Definition at line 94 of file socialwindow.cpp.

Member Function Documentation

◆ action()

void GuildTab::action ( const gcn::ActionEvent &  event)
inlineoverride

Definition at line 108 of file socialwindow.cpp.

◆ invite()

void GuildTab::invite ( )
inlineoverrideprotectedvirtual

Implements SocialTab.

Definition at line 141 of file socialwindow.cpp.

◆ leave()

void GuildTab::leave ( )
inlineoverrideprotectedvirtual

Implements SocialTab.

Definition at line 152 of file socialwindow.cpp.

Member Data Documentation

◆ mGuild

Guild* GuildTab::mGuild
private

Definition at line 163 of file socialwindow.cpp.


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