Public Member Functions | |
| iInventoryWidget (cInit *apInit, const cRect2f &aRect, cGfxObject *apGfxObject, float afZ) | |
| virtual void | Draw () |
| virtual void | OnDraw () |
| virtual void | OnMouseOver () |
| virtual void | OnMouseDown (eMButton aButton) |
| virtual void | OnMouseUp (eMButton aButton) |
| virtual void | OnDoubleClick (eMButton aButton) |
| virtual void | OnUpdate (float afTimeStep) |
| virtual void | OnShortcutDown (int alNum) |
| cRect2f & | GetRect () |
| cGfxObject * | GetGfxObject () |
Protected Attributes | |
| cInit * | mpInit |
| cGraphicsDrawer * | mpDrawer |
| cGfxObject * | mpGfxObject |
| cRect2f | mRect |
| float | mfZ |