Searched refs:CPWL_MsgControl (Results 1 – 2 of 2) sorted by relevance
49 class CPWL_MsgControl : public Observable<CPWL_MsgControl> { class51 explicit CPWL_MsgControl(CPWL_Wnd* pWnd) : m_pCreatedWnd(pWnd) {} in CPWL_MsgControl() function in CPWL_MsgControl52 ~CPWL_MsgControl() {} in ~CPWL_MsgControl()513 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) in SetCapture()522 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) in ReleaseCapture()527 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) { in SetFocus()535 if (CPWL_MsgControl* pMsgCtrl = GetMsgControl()) { in KillFocus()633 m_CreationParams.pMsgControl = new CPWL_MsgControl(this); in CreateMsgControl()637 CPWL_MsgControl* pMsgControl = GetMsgControl(); in DestroyMsgControl()642 CPWL_MsgControl* CPWL_Wnd::GetMsgControl() const { in GetMsgControl()[all …]
23 class CPWL_MsgControl; variable145 CPWL_MsgControl* pMsgControl; // ignore313 CPWL_MsgControl* GetMsgControl() const;