X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=adaptors%2Fecore%2Fwayland%2Fimf-manager-impl.h;h=e3a73ad5c41bdb60e4df42a97fe2f7f840a8ea7f;hb=refs%2Fchanges%2F56%2F155656%2F1;hp=2d1638c50d5db616023c6dbfc0c27c5d0b8ba0ea;hpb=f30917ec1b667feec95d2d477316a15a4688095f;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/adaptors/ecore/wayland/imf-manager-impl.h b/adaptors/ecore/wayland/imf-manager-impl.h old mode 100755 new mode 100644 index 2d1638c..e3a73ad --- a/adaptors/ecore/wayland/imf-manager-impl.h +++ b/adaptors/ecore/wayland/imf-manager-impl.h @@ -53,11 +53,6 @@ public: public: /** - * @copydoc Dali::ImfManager::Finalize() - */ - void Finalize(); - - /** * Check whether the ImfManager is available. * @return true if available, false otherwise */ @@ -185,14 +180,14 @@ public: void ApplyOptions( const InputMethodOptions& options ); /** - * @copydoc Dali::ImfManager::SetInputPanelUserData() + * @copydoc Dali::ImfManager::SetInputPanelData() */ - void SetInputPanelUserData( const std::string& data ); + void SetInputPanelData( const std::string& data ); /** - * @copydoc Dali::ImfManager::GetInputPanelUserData() + * @copydoc Dali::ImfManager::GetInputPanelData() */ - void GetInputPanelUserData( std::string& data ); + void GetInputPanelData( std::string& data ); /** * @copydoc Dali::ImfManager::GetInputPanelState() @@ -288,11 +283,9 @@ private: private: Ecore_IMF_Context* mIMFContext; - Ecore_Wl_Window *mEcoreWlwin; int mIMFCursorPosition; std::string mSurroundingText; - bool mInited:1; ///< Whether the imf is already inited. bool mRestoreAfterFocusLost:1; ///< Whether the keyboard needs to be restored (activated ) after focus regained. bool mIdleCallbackConnected:1; ///< Whether the idle callback is already connected.