summaryrefslogtreecommitdiffstats
path: root/src/ZYZPhoneticEditor.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2014-09-25 10:59:27 +0800
committerPeng Wu <alexepico@gmail.com>2014-09-25 11:12:35 +0800
commitae3662e847b115dabb2f1f80676d5f19286eae0d (patch)
tree6ffc44a1f0d25223963b34c8349b5aabdcbbf2b2 /src/ZYZPhoneticEditor.h
parent7fc48a9c22074726e7250e756e7af69f6a6691d5 (diff)
downloadibus-libzhuyin-ae3662e847b115dabb2f1f80676d5f19286eae0d.tar.gz
ibus-libzhuyin-ae3662e847b115dabb2f1f80676d5f19286eae0d.tar.xz
ibus-libzhuyin-ae3662e847b115dabb2f1f80676d5f19286eae0d.zip
support user symbols
Diffstat (limited to 'src/ZYZPhoneticEditor.h')
-rw-r--r--src/ZYZPhoneticEditor.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ZYZPhoneticEditor.h b/src/ZYZPhoneticEditor.h
index 5e08587..8e42f79 100644
--- a/src/ZYZPhoneticEditor.h
+++ b/src/ZYZPhoneticEditor.h
@@ -64,6 +64,7 @@ public:
virtual gboolean processShowCandidateKey (guint keyval, guint keycode, guint modifiers);
virtual gboolean processCandidateKey (guint keyval, guint keycode, guint modifiers);
virtual gboolean processEasySymbolKey (guint keyval, guint keycode, guint modifiers);
+ virtual gboolean processUserSymbolKey (guint keyval, guint keycode, guint modifiers);
virtual void updateLookupTable ();
virtual void updateLookupTableFast ();
virtual gboolean fillLookupTableByPage ();
@@ -111,10 +112,8 @@ protected:
STATE_CANDIDATE_SHOWN, // candidates shown state
STATE_BUILTIN_SYMBOL_SHOWN, // built-in symbol shown state
STATE_BOPOMOFO_SYMBOL_SHOWN, // bopomofo symbol shown state
-#if 0
STATE_USER_SYMBOL_LIST_ALL, // user symbol input state
STATE_USER_SYMBOL_SHOWN, // user symbol shown state
-#endif
STATE_LAST,
} m_input_state;