Searched refs:CFWL_ListBoxImpDelegate (Results 1 – 4 of 4) sorted by relevance
18 class CFWL_ListBoxImpDelegate; variable98 friend class CFWL_ListBoxImpDelegate; variable100 class CFWL_ListBoxImpDelegate : public CFWL_WidgetImpDelegate {102 CFWL_ListBoxImpDelegate(CFWL_ListBoxImp* pOwner);
19 class CFWL_ListBoxImpDelegate; variable68 class CFWL_ComboListImpDelegate : public CFWL_ListBoxImpDelegate {
84 m_pDelegate = new CFWL_ListBoxImpDelegate(this); in Initialize()980 CFWL_ListBoxImpDelegate::CFWL_ListBoxImpDelegate(CFWL_ListBoxImp* pOwner) in CFWL_ListBoxImpDelegate() function in CFWL_ListBoxImpDelegate982 int32_t CFWL_ListBoxImpDelegate::OnProcessMessage(CFWL_Message* pMessage) { in OnProcessMessage()1027 FWL_ERR CFWL_ListBoxImpDelegate::OnProcessEvent(CFWL_Event* pEvent) { in OnProcessEvent()1044 FWL_ERR CFWL_ListBoxImpDelegate::OnDrawWidget(CFX_Graphics* pGraphics, in OnDrawWidget()1048 void CFWL_ListBoxImpDelegate::OnFocusChanged(CFWL_Message* pMsg, FX_BOOL bSet) { in OnFocusChanged()1064 void CFWL_ListBoxImpDelegate::OnLButtonDown(CFWL_MsgMouse* pMsg) { in OnLButtonDown()1113 void CFWL_ListBoxImpDelegate::OnLButtonUp(CFWL_MsgMouse* pMsg) { in OnLButtonUp()1120 void CFWL_ListBoxImpDelegate::OnMouseWheel(CFWL_MsgMouseWheel* pMsg) { in OnMouseWheel()1128 void CFWL_ListBoxImpDelegate::OnKeyDown(CFWL_MsgKey* pMsg) { in OnKeyDown()[all …]
280 : CFWL_ListBoxImpDelegate(pOwner), m_pOwner(pOwner) { in CFWL_ComboListImpDelegate()328 return CFWL_ListBoxImpDelegate::OnProcessMessage(pMessage); in OnProcessMessage()