Planeshift
|
#include <pawssummary.h>
Public Member Functions | |
bool | CheckLoadStatus () |
loads the mesh in the char view | |
void | Draw () |
Draws the widget and all of it's children. | |
bool | OnButtonReleased (int mouseButton, int keyModifier, pawsWidget *widget) |
Called whenever a button is released. | |
pawsSummaryWindow () | |
bool | PostSetup () |
This is called after the widget and all of it's children have been created. | |
void | SetVerify (csArray< psCharVerificationMesg::Attribute > stats, csArray< psCharVerificationMesg::Attribute > skill) |
void | Show () |
Makes widget visible and brings it to the front. | |
void | Update () |
~pawsSummaryWindow () |
Definition at line 30 of file pawssummary.h.
pawsSummaryWindow::pawsSummaryWindow | ( | ) |
pawsSummaryWindow::~pawsSummaryWindow | ( | ) |
bool pawsSummaryWindow::CheckLoadStatus | ( | ) | [virtual] |
loads the mesh in the char view
Implements DelayedLoader.
void pawsSummaryWindow::Draw | ( | ) | [virtual] |
Draws the widget and all of it's children.
Reimplemented from pawsWidget.
bool pawsSummaryWindow::OnButtonReleased | ( | int | button, |
int | keyModifier, | ||
pawsWidget * | widget | ||
) | [virtual] |
Called whenever a button is released.
button | The button released. |
keyModifier | Modifier key in effect. |
widget | The widget the button belongs to. |
Reimplemented from pawsWidget.
bool pawsSummaryWindow::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.
void pawsSummaryWindow::SetVerify | ( | csArray< psCharVerificationMesg::Attribute > | stats, |
csArray< psCharVerificationMesg::Attribute > | skill | ||
) |
void pawsSummaryWindow::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.
void pawsSummaryWindow::Update | ( | ) |