Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(375)

Unified Diff: xfa/fwl/core/cfwl_evtcheckword.h

Issue 2515463002: Move the IFWL_Edit Events out of ifwl_edit.h (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « BUILD.gn ('k') | xfa/fwl/core/cfwl_evtcheckword.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/core/cfwl_evtcheckword.h
diff --git a/xfa/fwl/core/cfwl_evtkillfocus.h b/xfa/fwl/core/cfwl_evtcheckword.h
similarity index 55%
copy from xfa/fwl/core/cfwl_evtkillfocus.h
copy to xfa/fwl/core/cfwl_evtcheckword.h
index 5a9d292af860ca4ec0b586a0ab2606ecf13765b9..aceb865cf598182b4820e431961cf6196a922de9 100644
--- a/xfa/fwl/core/cfwl_evtkillfocus.h
+++ b/xfa/fwl/core/cfwl_evtcheckword.h
@@ -4,19 +4,20 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_FWL_CORE_CFWL_EVTKILLFOCUS_H_
-#define XFA_FWL_CORE_CFWL_EVTKILLFOCUS_H_
+#ifndef XFA_FWL_CORE_CFWL_EVTCHECKWORD_H_
+#define XFA_FWL_CORE_CFWL_EVTCHECKWORD_H_
#include "xfa/fwl/core/cfwl_event.h"
-class CFWL_EvtKillFocus : public CFWL_Event {
+class CFWL_EvtCheckWord : public CFWL_Event {
public:
- CFWL_EvtKillFocus();
- ~CFWL_EvtKillFocus() override;
+ CFWL_EvtCheckWord();
+ ~CFWL_EvtCheckWord() override;
CFWL_EventType GetClassID() const override;
- IFWL_Widget* m_pKillFocus;
+ CFX_ByteString bsWord;
+ bool bCheckWord;
};
-#endif // XFA_FWL_CORE_CFWL_EVTKILLFOCUS_H_
+#endif // XFA_FWL_CORE_CFWL_EVTCHECKWORD_H_
« no previous file with comments | « BUILD.gn ('k') | xfa/fwl/core/cfwl_evtcheckword.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698