Lines Matching defs:CPWL_EditCtrl
21 CPWL_EditCtrl::CPWL_EditCtrl()
32 CPWL_EditCtrl::~CPWL_EditCtrl() {
36 void CPWL_EditCtrl::OnCreate(PWL_CREATEPARAM& cp) {
40 void CPWL_EditCtrl::OnCreated() {
48 FX_BOOL CPWL_EditCtrl::IsWndHorV() {
59 void CPWL_EditCtrl::SetCursor() {
70 void CPWL_EditCtrl::RePosChildWnd() {
74 void CPWL_EditCtrl::OnNotify(CPWL_Wnd* pWnd,
115 void CPWL_EditCtrl::CreateChildWnd(const PWL_CREATEPARAM& cp) {
120 void CPWL_EditCtrl::CreateEditCaret(const PWL_CREATEPARAM& cp) {
136 void CPWL_EditCtrl::SetFontSize(FX_FLOAT fFontSize) {
140 FX_FLOAT CPWL_EditCtrl::GetFontSize() const {
144 FX_BOOL CPWL_EditCtrl::OnKeyDown(FX_WORD nChar, FX_DWORD nFlag) {
219 FX_BOOL CPWL_EditCtrl::OnChar(FX_WORD nChar, FX_DWORD nFlag) {
293 FX_BOOL CPWL_EditCtrl::OnLButtonDown(const CPDF_Point& point, FX_DWORD nFlag) {
309 FX_BOOL CPWL_EditCtrl::OnLButtonUp(const CPDF_Point& point, FX_DWORD nFlag) {
324 FX_BOOL CPWL_EditCtrl::OnMouseMove(const CPDF_Point& point, FX_DWORD nFlag) {
333 CPDF_Rect CPWL_EditCtrl::GetContentRect() const {
337 void CPWL_EditCtrl::SetEditCaret(FX_BOOL bVisible) {
348 void CPWL_EditCtrl::GetCaretInfo(CPDF_Point& ptHead, CPDF_Point& ptFoot) const {
367 void CPWL_EditCtrl::GetCaretPos(int32_t& x, int32_t& y) const {
375 void CPWL_EditCtrl::SetCaret(FX_BOOL bVisible,
386 CFX_WideString CPWL_EditCtrl::GetText() const {
390 void CPWL_EditCtrl::SetSel(int32_t nStartChar, int32_t nEndChar) {
394 void CPWL_EditCtrl::GetSel(int32_t& nStartChar, int32_t& nEndChar) const {
398 void CPWL_EditCtrl::Clear() {
403 void CPWL_EditCtrl::SelectAll() {
407 void CPWL_EditCtrl::Paint() {
412 void CPWL_EditCtrl::EnableRefresh(FX_BOOL bRefresh) {
417 int32_t CPWL_EditCtrl::GetCaret() const {
424 void CPWL_EditCtrl::SetCaret(int32_t nPos) {
429 int32_t CPWL_EditCtrl::GetTotalWords() const {
436 void CPWL_EditCtrl::SetScrollPos(const CPDF_Point& point) {
441 CPDF_Point CPWL_EditCtrl::GetScrollPos() const {
448 CPDF_Font* CPWL_EditCtrl::GetCaretFont() const {
470 FX_FLOAT CPWL_EditCtrl::GetCaretFontSize() const {
489 void CPWL_EditCtrl::SetText(const FX_WCHAR* csText) {
493 void CPWL_EditCtrl::CopyText() {}
495 void CPWL_EditCtrl::PasteText() {}
497 void CPWL_EditCtrl::CutText() {}
499 void CPWL_EditCtrl::ShowVScrollBar(FX_BOOL bShow) {}
501 void CPWL_EditCtrl::InsertText(const FX_WCHAR* csText) {
506 void CPWL_EditCtrl::InsertWord(FX_WORD word, int32_t nCharset) {
511 void CPWL_EditCtrl::InsertReturn() {
516 void CPWL_EditCtrl::Delete() {
521 void CPWL_EditCtrl::Backspace() {
526 FX_BOOL CPWL_EditCtrl::CanUndo() const {
530 FX_BOOL CPWL_EditCtrl::CanRedo() const {
534 void CPWL_EditCtrl::Redo() {
539 void CPWL_EditCtrl::Undo() {
544 void CPWL_EditCtrl::IOnSetScrollInfoY(FX_FLOAT fPlateMin,
568 void CPWL_EditCtrl::IOnSetScrollPosY(FX_FLOAT fy) {
572 void CPWL_EditCtrl::IOnSetCaret(FX_BOOL bVisible,
584 void CPWL_EditCtrl::IOnCaretChange(const CPVT_SecProps& secProps,
587 void CPWL_EditCtrl::IOnContentChange(const CPDF_Rect& rcContent) {
595 void CPWL_EditCtrl::IOnInvalidateRect(CPDF_Rect* pRect) {
599 int32_t CPWL_EditCtrl::GetCharSet() const {
603 void CPWL_EditCtrl::GetTextRange(const CPDF_Rect& rect,
612 CFX_WideString CPWL_EditCtrl::GetText(int32_t& nStartChar,
619 void CPWL_EditCtrl::SetReadyToInput() {