• Home
  • Raw
  • Download

Lines Matching refs:CPWL_EditCtrl

18 CPWL_EditCtrl::CPWL_EditCtrl()  in CPWL_EditCtrl()  function in CPWL_EditCtrl
24 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()
79 void CPWL_EditCtrl::SetScrollPosition(float pos) { in SetScrollPosition()
84 void CPWL_EditCtrl::ScrollWindowVertically(float pos) { in ScrollWindowVertically()
88 void CPWL_EditCtrl::CreateChildWnd(const CreateParams& cp) { in CreateChildWnd()
93 void CPWL_EditCtrl::CreateEditCaret(const CreateParams& cp) { in CreateEditCaret()
110 void CPWL_EditCtrl::SetFontSize(float fFontSize) { in SetFontSize()
114 float CPWL_EditCtrl::GetFontSize() const { in GetFontSize()
118 bool CPWL_EditCtrl::OnKeyDown(uint16_t nChar, uint32_t nFlag) { in OnKeyDown()
191 bool CPWL_EditCtrl::OnChar(uint16_t nChar, uint32_t nFlag) { in OnChar()
263 bool CPWL_EditCtrl::OnLButtonDown(const CFX_PointF& point, uint32_t nFlag) { in OnLButtonDown()
279 bool CPWL_EditCtrl::OnLButtonUp(const CFX_PointF& point, uint32_t nFlag) { in OnLButtonUp()
294 bool CPWL_EditCtrl::OnMouseMove(const CFX_PointF& point, uint32_t nFlag) { in OnMouseMove()
303 void CPWL_EditCtrl::SetEditCaret(bool bVisible) { in SetEditCaret()
314 void CPWL_EditCtrl::GetCaretInfo(CFX_PointF* ptHead, CFX_PointF* ptFoot) const { in GetCaretInfo()
332 bool CPWL_EditCtrl::SetCaret(bool bVisible, in SetCaret()
349 WideString CPWL_EditCtrl::GetText() const { in GetText()
353 void CPWL_EditCtrl::SetSelection(int32_t nStartChar, int32_t nEndChar) { in SetSelection()
357 void CPWL_EditCtrl::GetSelection(int32_t& nStartChar, int32_t& nEndChar) const { in GetSelection()
361 void CPWL_EditCtrl::ClearSelection() { in ClearSelection()
366 void CPWL_EditCtrl::SelectAll() { in SelectAll()
370 void CPWL_EditCtrl::SetScrollPos(const CFX_PointF& point) { in SetScrollPos()
374 CFX_PointF CPWL_EditCtrl::GetScrollPos() const { in GetScrollPos()
378 void CPWL_EditCtrl::CopyText() {} in CopyText()
380 void CPWL_EditCtrl::PasteText() {} in PasteText()
382 void CPWL_EditCtrl::CutText() {} in CutText()
384 void CPWL_EditCtrl::InsertWord(uint16_t word, int32_t nCharset) { in InsertWord()
389 void CPWL_EditCtrl::InsertReturn() { in InsertReturn()
394 void CPWL_EditCtrl::Delete() { in Delete()
399 void CPWL_EditCtrl::Backspace() { in Backspace()
404 bool CPWL_EditCtrl::CanUndo() const { in CanUndo()
408 bool CPWL_EditCtrl::CanRedo() const { in CanRedo()
412 void CPWL_EditCtrl::Redo() { in Redo()
417 void CPWL_EditCtrl::Undo() { in Undo()
422 int32_t CPWL_EditCtrl::GetCharSet() const { in GetCharSet()
426 void CPWL_EditCtrl::SetReadyToInput() { in SetReadyToInput()