|
Planeshift
|
#include <pawschardescription.h>
Public Member Functions | |
| void | HandleMessage (MsgEntry *me) |
| bool | OnButtonPressed (int mouseButton, int keyModifier, pawsWidget *widget) |
| Called whenever a button is pressed. | |
| pawsCharDescription () | |
| bool | PostSetup () |
| This is called after the widget and all of it's children have been created. | |
| void | RequestDetails () |
| void | SetDescriptionType (DESCTYPE type) |
| used to change the description to be edited | |
| void | Show () |
| Makes widget visible and brings it to the front. | |
| virtual | ~pawsCharDescription () |
Definition at line 26 of file pawschardescription.h.
| pawsCharDescription::pawsCharDescription | ( | ) |
| virtual pawsCharDescription::~pawsCharDescription | ( | ) | [virtual] |
| void pawsCharDescription::HandleMessage | ( | MsgEntry * | me | ) | [virtual] |
Implements psClientNetSubscriber.
| bool pawsCharDescription::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 pawsCharDescription::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.
| void pawsCharDescription::RequestDetails | ( | ) |
| void pawsCharDescription::SetDescriptionType | ( | DESCTYPE | type | ) | [inline] |
used to change the description to be edited
Definition at line 35 of file pawschardescription.h.
| void pawsCharDescription::Show | ( | ) | [virtual] |
Makes widget visible and brings it to the front.
Sets visible TRUE shows border if present then calls BringToTop() on itself.
Reimplemented from pawsWidget.
1.7.3