Planeshift
|
lalalala More...
#include <pawswritingwindow.h>
Public Member Functions | |
void | HandleMessage (MsgEntry *me) |
bool | OnButtonPressed (int mouseButton, int keyModifier, pawsWidget *widget) |
Called whenever a button is pressed. | |
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. | |
pawsWritingWindow () | |
bool | PostSetup () |
This is called after the widget and all of it's children have been created. | |
void | RequestDetails () |
virtual | ~pawsWritingWindow () |
lalalala
Definition at line 36 of file pawswritingwindow.h.
pawsWritingWindow::pawsWritingWindow | ( | ) |
virtual pawsWritingWindow::~pawsWritingWindow | ( | ) | [virtual] |
void pawsWritingWindow::HandleMessage | ( | MsgEntry * | me | ) | [virtual] |
Implements psClientNetSubscriber.
bool pawsWritingWindow::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.
void pawsWritingWindow::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 pawsWritingWindow::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.
void pawsWritingWindow::RequestDetails | ( | ) |