X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fdevel-api%2Fadaptor-framework%2Fwindow-devel.h;h=199dea2010ba867e50f660ee0fc4b06d79bb88cb;hb=ac63e9f54ced9f1ebad3cfbe285d7c29887dd7c2;hp=321b2948e5f1e36f3e13186a4d417297a068177e;hpb=423ab83b310505876a134716176f7fcc32d658c0;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 321b294..199dea2 100644 --- a/dali/devel-api/adaptor-framework/window-devel.h +++ b/dali/devel-api/adaptor-framework/window-devel.h @@ -35,6 +35,7 @@ class RenderTaskList; namespace DevelWindow { + typedef Signal EventProcessingFinishedSignalType; ///< Event Processing finished signal type typedef Signal KeyEventSignalType; ///< Key event signal type @@ -49,6 +50,8 @@ typedef Signal TransitionEffe typedef Signal KeyboardRepeatSettingsChangedSignalType; ///< Keyboard repeat settings changed signal type +typedef Signal AuxiliaryMessageSignalType; ///< Auxiliary message signal type + /** * @brief Creates an initialized handle to a new Window. * @@ -146,6 +149,19 @@ DALI_ADAPTOR_API TransitionEffectEventSignalType& TransitionEffectEventSignal(Wi DALI_ADAPTOR_API KeyboardRepeatSettingsChangedSignalType& KeyboardRepeatSettingsChangedSignal(Window window); /** + * @brief This signal is emitted when window's auxiliary was changed then display server sent the message. + * + * Auxiliary message is sent by display server. + * When client application added the window's auxiliary hint and if the auxiliary is changed, + * display server send the auxiliary message. + * Auxiliary message has the key, value and options. + * + * @param[in] window The window instance + * @return The signal to connect to + */ +DALI_ADAPTOR_API AuxiliaryMessageSignalType& AuxiliaryMessageSignal(Window window); + +/** * @brief Sets parent window of the window. * * After setting that, these windows do together when raise-up, lower and iconified/deiconified.