summaryrefslogtreecommitdiffstats
path: root/src/ZYConfig.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2014-09-22 16:37:27 +0800
committerPeng Wu <alexepico@gmail.com>2014-09-22 16:37:27 +0800
commitc1054a5731b2d7f0c9d19a5fe6c55bebfb986abc (patch)
tree1b52169510426a80bd0dc55979c9c23223847f63 /src/ZYConfig.h
parent91e2dbca77121840393ee991f2e9cbd0d432d906 (diff)
downloadibus-libzhuyin-c1054a5731b2d7f0c9d19a5fe6c55bebfb986abc.tar.gz
ibus-libzhuyin-c1054a5731b2d7f0c9d19a5fe6c55bebfb986abc.tar.xz
ibus-libzhuyin-c1054a5731b2d7f0c9d19a5fe6c55bebfb986abc.zip
add symbol options
Diffstat (limited to 'src/ZYConfig.h')
-rw-r--r--src/ZYConfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ZYConfig.h b/src/ZYConfig.h
index c1c9375..6c9b2c7 100644
--- a/src/ZYConfig.h
+++ b/src/ZYConfig.h
@@ -52,6 +52,9 @@ public:
gboolean alwaysInputNumbers (void) const { return m_always_input_numbers; }
std::string candidateKeys (void) const { return m_candidate_keys; }
+ gboolean easySymbol (void) const { return m_easy_symbol; }
+ gboolean userSymbol (void) const { return m_user_symbol; }
+
protected:
bool read (const gchar * name, bool defval);
gint read (const gchar * name, gint defval);
@@ -87,6 +90,9 @@ protected:
gboolean m_always_input_numbers;
std::string m_candidate_keys;
+
+ gboolean m_easy_symbol;
+ gboolean m_user_symbol;
};
static inline bool