Planeshift
|
This window shows the current members that are in your group. More...
#include <pawsgroupwindow.h>
Public Member Functions | |
void | HandleMessage (MsgEntry *message) |
bool | OnMenuAction (pawsWidget *widget, const pawsMenuAction &action) |
Called whenever a menu action occurs. | |
void | OnStringEntered (const char *name, int param, const char *value) |
When the pawsStringPromptWindow is created, a ptr to a class which implements this function is provided, and a "name" string is provided, so that a single window can use 1 callback for many fields. | |
pawsGroupWindow () | |
bool | PostSetup () |
This is called after the widget and all of it's children have been created. | |
void | SetStats (GEMClientActor *actor) |
virtual | ~pawsGroupWindow () |
This window shows the current members that are in your group.
Definition at line 37 of file pawsgroupwindow.h.
pawsGroupWindow::pawsGroupWindow | ( | ) |
virtual pawsGroupWindow::~pawsGroupWindow | ( | ) | [virtual] |
void pawsGroupWindow::HandleMessage | ( | MsgEntry * | message | ) | [virtual] |
Implements psClientNetSubscriber.
bool pawsGroupWindow::OnMenuAction | ( | pawsWidget * | widget, |
const pawsMenuAction & | action | ||
) | [virtual] |
Called whenever a menu action occurs.
widget | The widget acted upon. |
action | The action to take. |
Reimplemented from pawsWidget.
void pawsGroupWindow::OnStringEntered | ( | const char * | name, |
int | param, | ||
const char * | value | ||
) | [virtual] |
When the pawsStringPromptWindow is created, a ptr to a class which implements this function is provided, and a "name" string is provided, so that a single window can use 1 callback for many fields.
Implements iOnStringEnteredAction.
bool pawsGroupWindow::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.
void pawsGroupWindow::SetStats | ( | GEMClientActor * | actor | ) |