Avatar Class Reference
#include <avatar.h>
List of all members.
Detailed Description
Definition at line 34 of file avatar.h.
|
Public Member Functions |
| Avatar (const std::string &name) |
| Constructor.
|
| ~Avatar () |
void | setName (const std::string &name) |
| Set the avatar's name.
|
void | setOnline (bool online) |
| Set the avatar's online status.
|
Private Attributes |
std::string | mName |
Icon * | mStatus |
gcn::Label * | mLabel |
Constructor & Destructor Documentation
Avatar::Avatar |
( |
const std::string & |
name |
) |
|
Constructor.
- Parameters:
-
Definition at line 36 of file avatar.cpp.
Member Function Documentation
void Avatar::setName |
( |
const std::string & |
name |
) |
|
Set the avatar's name.
Definition at line 69 of file avatar.cpp.
void Avatar::setOnline |
( |
bool |
online |
) |
|
Set the avatar's online status.
Definition at line 75 of file avatar.cpp.
Member Data Documentation
The documentation for this class was generated from the following files: