Searched refs:CFWL_CheckBoxImpDelegate (Results 1 – 2 of 2) sorted by relevance
14 class CFWL_CheckBoxImpDelegate; variable43 friend class CFWL_CheckBoxImpDelegate; variable45 class CFWL_CheckBoxImpDelegate : public CFWL_WidgetImpDelegate {47 CFWL_CheckBoxImpDelegate(CFWL_CheckBoxImp* pOwner);
56 m_pDelegate = new CFWL_CheckBoxImpDelegate(this); in Initialize()403 CFWL_CheckBoxImpDelegate::CFWL_CheckBoxImpDelegate(CFWL_CheckBoxImp* pOwner) in CFWL_CheckBoxImpDelegate() function in CFWL_CheckBoxImpDelegate405 int32_t CFWL_CheckBoxImpDelegate::OnProcessMessage(CFWL_Message* pMessage) { in OnProcessMessage()456 FWL_ERR CFWL_CheckBoxImpDelegate::OnDrawWidget(CFX_Graphics* pGraphics, in OnDrawWidget()460 void CFWL_CheckBoxImpDelegate::OnActivate(CFWL_Message* pMsg) { in OnActivate()464 void CFWL_CheckBoxImpDelegate::OnFocusChanged(CFWL_Message* pMsg, in OnFocusChanged()473 void CFWL_CheckBoxImpDelegate::OnLButtonDown(CFWL_MsgMouse* pMsg) { in OnLButtonDown()485 void CFWL_CheckBoxImpDelegate::OnLButtonUp(CFWL_MsgMouse* pMsg) { in OnLButtonUp()497 void CFWL_CheckBoxImpDelegate::OnMouseMove(CFWL_MsgMouse* pMsg) { in OnMouseMove()534 void CFWL_CheckBoxImpDelegate::OnMouseLeave(CFWL_MsgMouse* pMsg) { in OnMouseLeave()[all …]