Planeshift
Public Member Functions | Protected Attributes

pawsQuestRewardWindow Class Reference

#include <pawsquestrewardwindow.h>

List of all members.

Public Member Functions

const char * HandleCommand (const char *cmd)
 Interprets a received message and executes the command.
void HandleMessage (MsgEntry *message)
bool OnButtonPressed (int mouseButton, int keyModifier, pawsWidget *widget)
 Called whenever a button is pressed.
 pawsQuestRewardWindow ()
bool PostSetup ()
 This is called after the widget and all of it's children have been created.
virtual ~pawsQuestRewardWindow ()

Protected Attributes

pawsListBoxrewardList

Detailed Description

Definition at line 26 of file pawsquestrewardwindow.h.


Constructor & Destructor Documentation

pawsQuestRewardWindow::pawsQuestRewardWindow ( )
virtual pawsQuestRewardWindow::~pawsQuestRewardWindow ( ) [virtual]

Member Function Documentation

const char* pawsQuestRewardWindow::HandleCommand ( const char *  cmd) [virtual]

Interprets a received message and executes the command.

char * returned can be an error message to display.

Implements psCmdBase.

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

Implements psCmdBase.

bool pawsQuestRewardWindow::OnButtonPressed ( int  button,
int  keyModifier,
pawsWidget widget 
) [virtual]

Called whenever a button is pressed.

Parameters:
buttonThe button pressed.
keyModifierModifier key in effect.
widgetThe widget the button belongs to.
Returns:
bool Parent's result or FALSE if no parent.

Reimplemented from pawsWidget.

bool pawsQuestRewardWindow::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.


Member Data Documentation

Definition at line 40 of file pawsquestrewardwindow.h.


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