Searched refs:CPWL_EditCtrl (Results 1 – 7 of 7) sorted by relevance
18 CPWL_EditCtrl::CPWL_EditCtrl() in CPWL_EditCtrl() function in CPWL_EditCtrl24 CPWL_EditCtrl::~CPWL_EditCtrl() {} in ~CPWL_EditCtrl()26 void CPWL_EditCtrl::OnCreate(CreateParams* pParamsToAdjust) { in OnCreate()30 void CPWL_EditCtrl::OnCreated() { in OnCreated()38 bool CPWL_EditCtrl::IsWndHorV() { in IsWndHorV()43 void CPWL_EditCtrl::SetCursor() { in SetCursor()54 WideString CPWL_EditCtrl::GetSelectedText() { in GetSelectedText()61 void CPWL_EditCtrl::ReplaceSelection(const WideString& text) { in ReplaceSelection()69 bool CPWL_EditCtrl::RePosChildWnd() { in RePosChildWnd()74 void CPWL_EditCtrl::SetScrollInfo(const PWL_SCROLL_INFO& info) { in SetScrollInfo()[all …]
23 class CPWL_EditCtrl : public CPWL_Wnd {25 CPWL_EditCtrl();26 ~CPWL_EditCtrl() override;
106 return CPWL_EditCtrl::RePosChildWnd(); in RePosChildWnd()144 CPWL_EditCtrl::OnCreated(); in OnCreated()501 bool bRet = CPWL_EditCtrl::OnKeyDown(nChar, nFlag); in OnKeyDown()592 return CPWL_EditCtrl::OnChar(nChar, nFlag); in OnChar()
30 class CPWL_EditCtrl; variable247 void SetNotify(CPWL_EditCtrl* pNotify);378 UnownedPtr<CPWL_EditCtrl> m_pNotify;
12 * CPWL_EditCtrl
44 class CPWL_Edit : public CPWL_EditCtrl {
563 void CPWL_EditImpl::SetNotify(CPWL_EditCtrl* pNotify) { in SetNotify()