Home
last modified time | relevance | path

Searched refs:inputMethod_ (Results 1 – 2 of 2) sorted by relevance

/dports/math/cgal/CGAL-5.3/demo/Arrangement_on_surface_2/
H A DGraphicsViewCurveInput.cpp53 void GraphicsViewCurveInputBase::setInputMethod(CurveInputMethod* inputMethod_) in setInputMethod() argument
55 this->inputMethod = inputMethod_; in setInputMethod()
/dports/textproc/fcitx5/fcitx5-5.0.11/src/lib/fcitx/
H A Dinstance.cpp209 std::string inputMethod_; member in fcitx::CheckInputMethodChanged
597 ic_(ic->watch()), inputMethod_(instance_->inputMethod(ic)), in CheckInputMethodChanged()
614 if (inputMethod_ != instance_->inputMethod(ic) && !ignore_) { in ~CheckInputMethodChanged()
616 InputContextSwitchInputMethodEvent(reason_, inputMethod_, ic)); in ~CheckInputMethodChanged()