Public Member Functions | |
| cDeathMenuButton (cInit *apInit, cVector2f avPos, const tWString &asText) | |
| void | OnUpdate (float afTimeStep) |
| void | OnDraw () |
| virtual void | OnMouseDown ()=0 |
| virtual void | OnMouseUp ()=0 |
| void | OnMouseOver (bool abOver) |
| const cRect2f & | GetRect () |
Protected Attributes | |
| float | mfAlpha |
| cInit * | mpInit |
| cGraphicsDrawer * | mpDrawer |
| cVector3f | mvPositon |
| cRect2f | mRect |
| FontData * | mpFont |
| cVector2f | mvFontSize |
| tWString | msText |
| bool | mbOver |