Home
last modified time | relevance | path

Searched refs:setDefaultInputMethod (Results 1 – 12 of 12) sorted by relevance

/dports/chinese/fcitx5-chinese-addons/fcitx5-chinese-addons-5.0.8/test/
H A Dtestchttrans.cpp62 inputmethodgroup.setDefaultInputMethod("sim"); in scheduleEvent()
130 inputmethodgroup.setDefaultInputMethod("trad"); in scheduleEvent()
138 inputmethodgroup.setDefaultInputMethod("sim"); in scheduleEvent()
H A Dtestpinyin.cpp33 defaultGroup.setDefaultInputMethod(""); in scheduleEvent()
H A Dtesttable.cpp33 defaultGroup.setDefaultInputMethod(""); in scheduleEvent()
/dports/textproc/fcitx5/fcitx5-5.0.11/src/lib/fcitx/
H A Dinputmethodmanager.cpp112 group.setDefaultInputMethod(groupConfig.defaultInputMethod.value()); in loadConfig()
143 group.setDefaultInputMethod(""); in buildDefaultGroup()
279 void InputMethodManager::setDefaultInputMethod(const std::string &name) { in setDefaultInputMethod() function in fcitx::InputMethodManager
282 currentGroup.setDefaultInputMethod(name); in setDefaultInputMethod()
311 newGroupInfo.setDefaultInputMethod(newGroupInfo.defaultInputMethod()); in setGroup()
H A Dinputmethodgroup.h51 void setDefaultInputMethod(const std::string &im);
H A Dinputmethodmanager.h92 void setDefaultInputMethod(const std::string &name);
H A Dinputmethodgroup.cpp87 void InputMethodGroup::setDefaultInputMethod(const std::string &im) { in setDefaultInputMethod() function in fcitx::InputMethodGroup
H A Dinstance.cpp1956 imManager.setDefaultInputMethod(name); in setCurrentInputMethod()
2151 imManager.setDefaultInputMethod(imList[idx].name()); in enumerate()
/dports/math/cgal/CGAL-5.3/demo/Arrangement_on_surface_2/
H A DGraphicsViewCurveInput.cpp83 this->setDefaultInputMethod( in GraphicsViewCurveInput()
111 void GraphicsViewCurveInput<Arr_>::setDefaultInputMethod(std::true_type) in setDefaultInputMethod() function in CGAL::Qt::GraphicsViewCurveInput
117 void GraphicsViewCurveInput<Arr_>::setDefaultInputMethod(std::false_type) in setDefaultInputMethod() function in CGAL::Qt::GraphicsViewCurveInput
H A DGraphicsViewCurveInputTyped.h270 void setDefaultInputMethod(std::true_type);
271 void setDefaultInputMethod(std::false_type);
/dports/textproc/fcitx5-lua/fcitx5-lua-5.0.5/test/
H A Dtestlua.cpp39 group.setDefaultInputMethod("testim"); in scheduleEvent()
/dports/textproc/fcitx5/fcitx5-5.0.11/src/modules/dbus/
H A Ddbusmodule.cpp213 group.setDefaultInputMethod(""); in setInputMethodGroupInfo()