#include <buddywindow.h>
Definition at line 37 of file buddywindow.h.
Public Member Functions | |
BuddyWindow () | |
Constructor. | |
void | action (const gcn::ActionEvent &event) |
Performs action. | |
void | draw (gcn::Graphics *graphics) |
Draws the window. | |
Private Attributes | |
std::list< Avatar * > | mBuddyList |
BuddyWindow::BuddyWindow | ( | ) |
void BuddyWindow::action | ( | const gcn::ActionEvent & | event | ) |
void BuddyWindow::draw | ( | gcn::Graphics * | graphics | ) |
std::list<Avatar*> BuddyWindow::mBuddyList [private] |
Definition at line 57 of file buddywindow.h.