#include <GUIDie.h>
Inheritance diagram for CGUIDie:

| Public Member Functions | |
| CGUIDie (QCanvas *pParent, int32 x, int32 y, int32 w, int32 h, int32 value) | |
| CGUIDie. | |
| ~CGUIDie () | |
| ~CGUIDie | |
| int32 | rtti () const | 
| rtti | |
| void | redraw (const int32 x, const int32 y, const int32 width, const int32 height) | 
| redraw | |
| uint32 | GetValue () const | 
| GetValue. | |
| bool | SetValue (uint32) | 
| SetValue. | |
Description: Displays a die.
Limitations: NONE
| 
 | ||||||||||||||||||||||||||||
| CGUIDie. Description: Class constructor 
 
 | 
| 
 | 
| ~CGUIDie Description: Class deconstructor Limitations: NONE | 
| 
 | 
| GetValue. Description: Returns this die's value. 
 
 | 
| 
 | ||||||||||||||||||||
| redraw Description: Redraws this object with the correct size and picture. 
 
 
 Implements CGuiPiece. | 
| 
 | 
| rtti Description: Returns the run-time type identifier number. 
 
 Implements CGuiPiece. | 
| 
 | 
| SetValue. Description: Sets the value of the die. 
 
 
 |