summaryrefslogtreecommitdiffstats
path: root/src/PYPBopomofoEditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/PYPBopomofoEditor.h')
-rw-r--r--src/PYPBopomofoEditor.h20
1 files changed, 5 insertions, 15 deletions
diff --git a/src/PYPBopomofoEditor.h b/src/PYPBopomofoEditor.h
index f78375f..9b6b4b6 100644
--- a/src/PYPBopomofoEditor.h
+++ b/src/PYPBopomofoEditor.h
@@ -46,31 +46,21 @@ protected:
gboolean processBopomofo (guint keyval, guint keycode, guint modifiers);
gboolean processKeyEvent (guint keyval, guint keycode, guint modifiers);
+
+ virtual void updateAuxiliaryText ();
+ virtual void updatePinyin (void);
+
#if 0
- void updateAuxiliaryText ();
void updateLookupTable ();
void updatePreeditText ();
+#endif
- void update ();
void commit ();
-#endif
void reset ();
gboolean insert (gint ch);
gint keyvalToBopomofo (gint ch);
- gboolean removeCharBefore (void);
- gboolean removeCharAfter (void);
- gboolean removeWordBefore (void);
- gboolean removeWordAfter (void);
-
- gboolean moveCursorLeft (void);
- gboolean moveCursorRight (void);
- gboolean moveCursorLeftByWord (void);
- gboolean moveCursorRightByWord (void);
- gboolean moveCursorToBegin (void);
- gboolean moveCursorToEnd (void);
-
};
};