Searched refs:CPWL_MsgControl (Results 1 – 2 of 2) sorted by relevance
103 class CPWL_MsgControl { class107 explicit CPWL_MsgControl(CPWL_Wnd* pWnd) { in CPWL_MsgControl() function in CPWL_MsgControl112 ~CPWL_MsgControl() { Default(); } in ~CPWL_MsgControl()626 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) in SetCapture()635 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) in ReleaseCapture()640 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) { in SetFocus()648 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) { in KillFocus()728 m_sPrivateParam.pMsgControl = new CPWL_MsgControl(this); in CreateMsgControl()732 if (CPWL_MsgControl* pMsgControl = GetMsgControl()) in DestroyMsgControl()737 CPWL_MsgControl* CPWL_Wnd::GetMsgControl() const { in GetMsgControl()[all …]
20 class CPWL_MsgControl; variable211 CPWL_MsgControl* pMsgControl; // ignore341 friend class CPWL_MsgControl;397 CPWL_MsgControl* GetMsgControl() const;