X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fdevel-api%2Fadaptor-framework%2Fwindow-devel.h;h=56e68224cd8cb2c55e36cc6dba51aa09d20e6b63;hb=1d0d7873858fd2010b71e5db8f03654fb307370f;hp=2f837021f56796bd5fba7ad043af709345d1a95c;hpb=6031cb0ba08bdf3470bc3bd9e1f8c223015ef9f4;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 2f83702..56e6822 100644 --- a/dali/devel-api/adaptor-framework/window-devel.h +++ b/dali/devel-api/adaptor-framework/window-devel.h @@ -27,9 +27,9 @@ namespace Dali { -struct KeyEvent; -class TouchData; -struct WheelEvent; +class KeyEvent; +class TouchEvent; +class WheelEvent; class RenderTaskList; namespace DevelWindow @@ -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. * @@ -155,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. @@ -217,16 +227,6 @@ DALI_ADAPTOR_API void SetAvailableOrientations( Window window, const Dali::Vecto DALI_ADAPTOR_API int32_t GetNativeId( Window window ); /** - * @brief Sets damaged areas of the window. - * - * This API is for setting static damaged areas of the window for partial update. - * - * @param[in] window The window instance - * @param[in] areas The damaged areas list to set - */ -DALI_ADAPTOR_API void SetDamagedAreas(Window window, std::vector>& areas); - -/** * @brief Adds a callback that is called when the frame rendering is done by the graphics driver. * * @param[in] window The window instance