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

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

PlayerListmPlayerList
 

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

Constructor & Destructor Documentation

◆ PlayerListTab()

PlayerListTab::PlayerListTab ( )
inline

Definition at line 271 of file socialwindow.cpp.

◆ ~PlayerListTab()

PlayerListTab::~PlayerListTab ( )
inlineoverride

Definition at line 282 of file socialwindow.cpp.

Member Function Documentation

◆ invite()

void PlayerListTab::invite ( )
inlineoverrideprotectedvirtual

Implements SocialTab.

Definition at line 293 of file socialwindow.cpp.

◆ leave()

void PlayerListTab::leave ( )
inlineoverrideprotectedvirtual

Implements SocialTab.

Definition at line 294 of file socialwindow.cpp.

◆ setPlayers()

void PlayerListTab::setPlayers ( const std::vector< Avatar * > &  players)
inline

Definition at line 287 of file socialwindow.cpp.

Member Data Documentation

◆ mPlayerList

PlayerList* PlayerListTab::mPlayerList
private

Definition at line 297 of file socialwindow.cpp.


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