From 098f454bddc57c9af00d725132a6d9ad8bdb171f Mon Sep 17 00:00:00 2001 From: dsinclair Date: Thu, 17 Nov 2016 09:25:05 -0800 Subject: Move the IFWL_Edit Events out of ifwl_edit.h This Cl moves the edit events to actual class files and renames to drop the Edt from the names. Review-Url: https://codereview.chromium.org/2515463002 --- xfa/fwl/core/ifwl_edit.h | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'xfa/fwl/core/ifwl_edit.h') diff --git a/xfa/fwl/core/ifwl_edit.h b/xfa/fwl/core/ifwl_edit.h index 0f8b7a1219..e02ae31d7f 100644 --- a/xfa/fwl/core/ifwl_edit.h +++ b/xfa/fwl/core/ifwl_edit.h @@ -50,32 +50,6 @@ #define FWL_STYLEEXT_EDT_OuterScrollbar (1L << 26) #define FWL_STYLEEXT_EDT_LastLineHeight (1L << 27) -enum FWL_EDT_TEXTCHANGED { - FWL_EDT_TEXTCHANGED_Insert = 0, - FWL_EDT_TEXTCHANGED_Delete, - FWL_EDT_TEXTCHANGED_Replace, -}; - -FWL_EVENT_DEF(CFWL_EvtEdtTextChanged, - CFWL_EventType::TextChanged, - int32_t nChangeType; - CFX_WideString wsInsert; - CFX_WideString wsDelete; - CFX_WideString wsPrevText;) - -FWL_EVENT_DEF(CFWL_EvtEdtTextFull, CFWL_EventType::TextFull) - -FWL_EVENT_DEF(CFWL_EvtEdtValidate, - CFWL_EventType::Validate, - IFWL_Widget* pDstWidget; - CFX_WideString wsInsert; - bool bValidate;) - -FWL_EVENT_DEF(CFWL_EvtEdtCheckWord, - CFWL_EventType::CheckWord, - CFX_ByteString bsWord; - bool bCheckWord;) - class IFDE_TxtEdtDoRecord; class IFWL_Edit; class CFWL_MsgMouse; -- cgit v1.2.3