#include <BGGUIPiece.h>
Inheritance diagram for CBGGUIPiece:

Public Member Functions | |
| CBGGUIPiece (QCanvas *pParent, int32 x, int32 y, CBGGUIPiece::COLOR style) | |
| CBGGUIPiece. | |
| int32 | rtti () const |
| rtti | |
| void | redraw (const int32 x, const int32 y, const int32 width, const int32 height) |
| redraw | |
| void | setPosition (uint32) |
| setPosition | |
| uint32 | getPosition () const |
| getPosition | |
Description: A CGuiPiece derived class used to draw the Backgammon game checkers on the screen. (Red & White)
Limitations: NONE
|
||||||||||||||||||||
|
CBGGUIPiece. Description: Class constructor
|
|
|
getPosition Description: Returns the position of this Backgammon triangle.
|
|
||||||||||||||||||||
|
redraw Description: Redraws the piece object based on the new size and offset.
Implements CGuiPiece. |
|
|
rtti Description: Returns the Runtime Type Identifier.
Implements CGuiPiece. |
|
|
setPosition Description: Sets the position of this piece.
|