Planeshift
|
#include <pawsquestrewardwindow.h>
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 | |
pawsListBox * | rewardList |
Definition at line 26 of file pawsquestrewardwindow.h.
pawsQuestRewardWindow::pawsQuestRewardWindow | ( | ) |
virtual pawsQuestRewardWindow::~pawsQuestRewardWindow | ( | ) | [virtual] |
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.
bool pawsQuestRewardWindow::OnButtonPressed | ( | int | button, |
int | keyModifier, | ||
pawsWidget * | widget | ||
) | [virtual] |
Called whenever a button is pressed.
button | The button pressed. |
keyModifier | Modifier key in effect. |
widget | The widget the button belongs to. |
Reimplemented from pawsWidget.
bool pawsQuestRewardWindow::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.
pawsListBox* pawsQuestRewardWindow::rewardList [protected] |
Definition at line 40 of file pawsquestrewardwindow.h.