Planeshift
|
A window to show the player's vitals, the target's name and health, and the time. More...
#include <pawsinfowindow.h>
Public Member Functions | |
virtual void | Draw () |
Draws the widget and all of it's children. | |
float | GetHPDangerLevel () |
float | GetHPFlashLevel () |
float | GetHPWarnLevel () |
float | GetManaDangerLevel () |
float | GetManaFlashLevel () |
float | GetManaWarnLevel () |
virtual void | HandleMessage (MsgEntry *msg) |
bool | LoadUserSharedPrefs () |
virtual bool | OnButtonPressed (int mouseButton, int keyModifier, pawsWidget *reporter) |
Called whenever a button is pressed. | |
virtual bool | OnScroll (int direction, pawsScrollBar *widget) |
Called whenever a window is scrolled. | |
bool | PostSetup () |
This is called after the widget and all of it's children have been created. | |
void | SetHPDangerLevel (float val) |
void | SetHPFlashLevel (float val) |
void | SetHPWarnLevel (float val) |
void | SetManaDangerLevel (float val) |
void | SetManaFlashLevel (float val) |
void | SetManaWarnLevel (float val) |
void | SetStanceHighlight (uint stance) |
virtual void | Show () |
When the window is opened let the controller window know about it. | |
void | UpdateAttkQueue (MsgEntry *me) |
virtual | ~pawsInfoWindow () |
A window to show the player's vitals, the target's name and health, and the time.
It also has the controls for combat stances and spell power.
Definition at line 42 of file pawsinfowindow.h.
virtual pawsInfoWindow::~pawsInfoWindow | ( | ) | [virtual] |
virtual void pawsInfoWindow::Draw | ( | ) | [virtual] |
Draws the widget and all of it's children.
Reimplemented from pawsWidget.
float pawsInfoWindow::GetHPDangerLevel | ( | ) |
float pawsInfoWindow::GetHPFlashLevel | ( | ) |
float pawsInfoWindow::GetHPWarnLevel | ( | ) |
float pawsInfoWindow::GetManaDangerLevel | ( | ) |
float pawsInfoWindow::GetManaFlashLevel | ( | ) |
float pawsInfoWindow::GetManaWarnLevel | ( | ) |
virtual void pawsInfoWindow::HandleMessage | ( | MsgEntry * | msg | ) | [virtual] |
Implements psClientNetSubscriber.
bool pawsInfoWindow::LoadUserSharedPrefs | ( | ) |
virtual bool pawsInfoWindow::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.
virtual bool pawsInfoWindow::OnScroll | ( | int | scrollDirection, |
pawsScrollBar * | widget | ||
) | [virtual] |
Called whenever a window is scrolled.
scrollDirection | The direction to move. |
widget | The scrollbar widget being manipulated. |
Reimplemented from pawsWidget.
bool pawsInfoWindow::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.
void pawsInfoWindow::SetHPDangerLevel | ( | float | val | ) |
void pawsInfoWindow::SetHPFlashLevel | ( | float | val | ) |
void pawsInfoWindow::SetHPWarnLevel | ( | float | val | ) |
void pawsInfoWindow::SetManaDangerLevel | ( | float | val | ) |
void pawsInfoWindow::SetManaFlashLevel | ( | float | val | ) |
void pawsInfoWindow::SetManaWarnLevel | ( | float | val | ) |
void pawsInfoWindow::SetStanceHighlight | ( | uint | stance | ) |
virtual void pawsInfoWindow::Show | ( | void | ) | [virtual] |
When the window is opened let the controller window know about it.
Reimplemented from pawsControlledWindow.
void pawsInfoWindow::UpdateAttkQueue | ( | MsgEntry * | me | ) |