X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fdevel-api%2Fadaptor-framework%2Fwindow-devel.h;h=5803d328b8c41ec248107b5cdfd2c30707c5cbf6;hb=8ba78643344269b0a26806c10c215b5ceea5fee1;hp=b70876d6092e44e3f7e545556f3b62bb5a8d3459;hpb=219c1731c6592062f636b7a7952a3a8f2c7366ce;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/devel-api/adaptor-framework/window-devel.h b/dali/devel-api/adaptor-framework/window-devel.h index b70876d..5803d32 100644 --- a/dali/devel-api/adaptor-framework/window-devel.h +++ b/dali/devel-api/adaptor-framework/window-devel.h @@ -28,7 +28,7 @@ namespace Dali { class KeyEvent; -class TouchData; +class TouchEvent; class WheelEvent; class RenderTaskList; @@ -58,7 +58,7 @@ typedef Signal< void () > EventProcessingFinishedSignalType; ///< Event Pr typedef Signal< void (const KeyEvent&) > KeyEventSignalType; ///< Key event signal type -typedef Signal< void (const TouchData&) > TouchSignalType; ///< Touch signal type +typedef Signal< void (const TouchEvent&) > TouchEventSignalType; ///< Touch signal type typedef Signal< void (const WheelEvent&) > WheelEventSignalType; ///< Touched signal type @@ -66,6 +66,8 @@ typedef Signal< void ( Window, bool ) > VisibilityChangedSignalType; ///< Visibi typedef Signal< void (Window, EffectState, EffectType) > TransitionEffectEventSignalType; ///< Effect signal type and state +typedef Signal< void () > KeyboardRepeatSettingsChangedSignalType; ///< Keyboard repeat settings changed signal type + /** * @brief Creates an initialized handle to a new Window. * @@ -100,14 +102,6 @@ DALI_ADAPTOR_API Window New(Any surface, PositionSize windowPosition, const std: DALI_ADAPTOR_API void SetPositionSize( Window window, PositionSize positionSize ); /** - * @brief Retrieves the list of render-tasks in the window. - * - * @param[in] window The window instance - * @return A valid handle to a RenderTaskList - */ -DALI_ADAPTOR_API Dali::RenderTaskList GetRenderTaskList( Window window ); - -/** * @brief Retrieve the window that the given actor is added to. * * @param[in] actor The actor @@ -163,6 +157,14 @@ DALI_ADAPTOR_API VisibilityChangedSignalType& VisibilityChangedSignal( Window wi DALI_ADAPTOR_API TransitionEffectEventSignalType& TransitionEffectEventSignal( Window window ); /** + * @brief This signal is emitted just after the keyboard repeat setting is changed globally. + * + * @param[in] window The window instance + * @return The signal to connect to + */ +DALI_ADAPTOR_API KeyboardRepeatSettingsChangedSignalType& KeyboardRepeatSettingsChangedSignal( Window window ); + +/** * @brief Sets parent window of the window. * * After setting that, these windows do together when raise-up, lower and iconified/deiconified.