Public Member Functions | |
| KAWinOptionsControllers (KWin *pFather, KFPt &Pos, KFPt &Size, KInterface *pInterface) | |
| ~KAWinOptionsControllers () | |
| virtual void | Display () |
| virtual void | Manage () |
| virtual bool | OnKeyDown (u32 Virtkey, u32 KeyData) |
| virtual bool | OnMouseEvent (KWMOUSEEVENT Event, u32 Param) |
| virtual void | Load () |
| virtual void | Unload () |
Protected Member Functions | |
| void | EnableButtons (bool bEnable) |
| void | PressButton (u32 eAction) |
| bool | IsKeyAlreadyAffected (u32 uiAction, KKEY uKey) |
Protected Attributes | |
| KSHADER | m_BackGround |
| KButton * | m_pButtonApply |
| KButton * | m_pButtonBack |
| KText * | m_pTabActionsName [E_ACTIONS_COUNT] |
| ButtonKey | m_pTabActionsKey [E_ACTIONS_COUNT] |
| bool | m_bWaitingMode |
| bool | m_bIgnoreNextMouseEvent |
| KWinTab * | m_pWinTab |
Definition at line 36 of file A_WinOptionsControllers.h.
1.5.1-p1