X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fdevel-api%2Fadaptor-framework%2Faccessibility.h;h=3196176e4aea7ec94497b79d94bd74407ebf9e44;hb=de28e6c167b52e1b79c8ec0f87e2f58c26181292;hp=33dc1e17572f0768f6fc7605bb0a98e59b500a66;hpb=4aef55782a00a0491eedffea40a34b1e5fc3b095;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/devel-api/adaptor-framework/accessibility.h b/dali/devel-api/adaptor-framework/accessibility.h index 33dc1e1..3196176 100644 --- a/dali/devel-api/adaptor-framework/accessibility.h +++ b/dali/devel-api/adaptor-framework/accessibility.h @@ -42,6 +42,16 @@ namespace Dali namespace Accessibility { /** + * @brief Enumeration describing signal that occurs when object moves out of screen. + */ +enum class MovedOutOfScreenType +{ + NONE, + TOP_LEFT, ///< Object moves out of top(or left) side of screen + BOTTOM_RIGHT ///< Object moves out of bottom(or right) side of screen +}; + +/** * @brief Enumeration describing a relation between accessible objects * 1 to 0..N relation model is supported. By default relation is not symmetrical. * Symmetry must be explicitly maintained.