X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ffocus-manager%2Fkeyinput-focus-manager-impl.h;h=2a3d7dee16a33b6c1c0859ce737f5f12a86026be;hb=e4a3c7b18f3a6168ec3967d4881663f7ed54f8d5;hp=0f066c5b7e2eefe634e3c6cbb84b653bbaa99474;hpb=4af8225dd04de11ab0085f2cab0e55f43eddf275;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/focus-manager/keyinput-focus-manager-impl.h b/dali-toolkit/internal/focus-manager/keyinput-focus-manager-impl.h index 0f066c5..2a3d7de 100644 --- a/dali-toolkit/internal/focus-manager/keyinput-focus-manager-impl.h +++ b/dali-toolkit/internal/focus-manager/keyinput-focus-manager-impl.h @@ -30,7 +30,12 @@ namespace Dali { -class Window; +namespace Integration +{ + +class SceneHolder; + +} // namespace Integration namespace Toolkit { @@ -93,10 +98,10 @@ protected: private: /** - * This will be called when a new window is created - * @param window The new window + * This will be called when a new scene holder is created + * @param sceneHolder The new scene holder */ - void OnWindowCreated( Dali::Window& window ); + void OnSceneHolderCreated( Dali::Integration::SceneHolder& sceneHolder ); /** * Callback for the key event when no actor in the stage has gained the key input focus @@ -105,10 +110,10 @@ private: bool OnKeyEvent(const KeyEvent& event); /** - * Signal handler called when a focused Control is removed from Stage. - * @param[in] control The control removed from stage. + * Signal handler called when a focused Control is removed from Scene. + * @param[in] control The control removed from the scene. */ - void OnFocusControlStageDisconnection( Dali::Actor control ); + void OnFocusControlSceneDisconnection( Dali::Actor control ); /** * Recursively deliver events to the control and its parents, until the event is consumed or the stage is reached.