Lines Matching full:override
20 ~CPWL_CBListBox() override {}
23 bool OnLButtonUp(const CFX_PointF& point, uint32_t nFlag) override;
34 ~CPWL_CBButton() override {}
38 const CFX_Matrix& mtUser2Device) override;
39 bool OnLButtonDown(const CFX_PointF& point, uint32_t nFlag) override;
40 bool OnLButtonUp(const CFX_PointF& point, uint32_t nFlag) override;
46 ~CPWL_ComboBox() override;
51 ByteString GetClassName() const override;
52 void OnCreate(CreateParams* pParamsToAdjust) override;
53 void OnDestroy() override;
54 bool OnKeyDown(uint16_t nChar, uint32_t nFlag) override;
55 bool OnChar(uint16_t nChar, uint32_t nFlag) override;
56 void NotifyLButtonDown(CPWL_Wnd* child, const CFX_PointF& pos) override;
57 void NotifyLButtonUp(CPWL_Wnd* child, const CFX_PointF& pos) override;
58 void CreateChildWnd(const CreateParams& cp) override;
59 bool RePosChildWnd() override;
60 CFX_FloatRect GetFocusRect() const override;
61 void SetFocus() override;
62 void KillFocus() override;
63 WideString GetSelectedText() override;
64 void ReplaceSelection(const WideString& text) override;