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

Public Member Functions

 PartyTab (Party *party)
 
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

PartymParty
 

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 166 of file socialwindow.cpp.

Constructor & Destructor Documentation

◆ PartyTab()

PartyTab::PartyTab ( Party party)
inline

Definition at line 169 of file socialwindow.cpp.

Member Function Documentation

◆ action()

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

Definition at line 183 of file socialwindow.cpp.

◆ invite()

void PartyTab::invite ( )
inlineoverrideprotectedvirtual

Implements SocialTab.

Definition at line 212 of file socialwindow.cpp.

◆ leave()

void PartyTab::leave ( )
inlineoverrideprotectedvirtual

Implements SocialTab.

Definition at line 223 of file socialwindow.cpp.

Member Data Documentation

◆ mParty

Party* PartyTab::mParty
private

Definition at line 234 of file socialwindow.cpp.


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