Planeshift
Public Member Functions

pawsGroupWindow Class Reference

This window shows the current members that are in your group. More...

#include <pawsgroupwindow.h>

List of all members.

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 ()

Detailed Description

This window shows the current members that are in your group.

Definition at line 37 of file pawsgroupwindow.h.


Constructor & Destructor Documentation

pawsGroupWindow::pawsGroupWindow ( )
virtual pawsGroupWindow::~pawsGroupWindow ( ) [virtual]

Member Function Documentation

void pawsGroupWindow::HandleMessage ( MsgEntry message) [virtual]

Implements psClientNetSubscriber.

bool pawsGroupWindow::OnMenuAction ( pawsWidget widget,
const pawsMenuAction action 
) [virtual]

Called whenever a menu action occurs.

Parameters:
widgetThe widget acted upon.
actionThe action to take.
Returns:
TRUE on menu destroy and FALSE on configure

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.

Remarks:
This can be useful for widgets that want to get pointers to some of it's children for quick access.

Reimplemented from pawsWidget.

void pawsGroupWindow::SetStats ( GEMClientActor actor)

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