|
Planeshift
|
pawsSkillIndicator is a widget that graphically displays skill status More...
#include <pawsskillwindow.h>
Public Member Functions | |
| void | Draw () |
| Draws the widget and all of it's children. | |
| pawsSkillIndicator () | |
| void | Set (unsigned int x, int rank, int y, int yCost, int z, int zCost) |
Protected Member Functions | |
| void | DrawSkillProgressBar (int x, int y, int width, int height, int start_r, int start_g, int start_b) |
| unsigned int | GetRelCoord (unsigned int pt) |
| Calculates relative (to widget) horizontal coordinate of a point on the skill bar. | |
Protected Attributes | |
| iGraphics2D * | g2d |
| int | rank |
| unsigned int | x |
| progression points | |
| int | y |
| int | yCost |
| int | z |
| int | zCost |
| Skill status. | |
pawsSkillIndicator is a widget that graphically displays skill status
Definition at line 206 of file pawsskillwindow.h.
| pawsSkillIndicator::pawsSkillIndicator | ( | ) |
| void pawsSkillIndicator::Draw | ( | ) | [virtual] |
Draws the widget and all of it's children.
Reimplemented from pawsWidget.
| void pawsSkillIndicator::DrawSkillProgressBar | ( | int | x, |
| int | y, | ||
| int | width, | ||
| int | height, | ||
| int | start_r, | ||
| int | start_g, | ||
| int | start_b | ||
| ) | [protected] |
Calculates relative (to widget) horizontal coordinate of a point on the skill bar.
iGraphics2D* pawsSkillIndicator::g2d [protected] |
Definition at line 223 of file pawsskillwindow.h.
int pawsSkillIndicator::rank [protected] |
Definition at line 221 of file pawsskillwindow.h.
unsigned int pawsSkillIndicator::x [protected] |
progression points
Definition at line 220 of file pawsskillwindow.h.
int pawsSkillIndicator::y [protected] |
Definition at line 221 of file pawsskillwindow.h.
int pawsSkillIndicator::yCost [protected] |
Definition at line 221 of file pawsskillwindow.h.
int pawsSkillIndicator::z [protected] |
Definition at line 221 of file pawsskillwindow.h.
int pawsSkillIndicator::zCost [protected] |
Skill status.
Definition at line 221 of file pawsskillwindow.h.
1.7.3