[ATSPI] Add MoveOuted interface
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / accessibility.h
index 33dc1e1..3196176 100644 (file)
@@ -42,6 +42,16 @@ namespace Dali
 namespace Accessibility\r
 {\r
 /**\r
+ * @brief Enumeration describing signal that occurs when object moves out of screen.\r
+ */\r
+enum class MovedOutOfScreenType\r
+{\r
+  NONE,\r
+  TOP_LEFT,     ///< Object moves out of top(or left) side of screen\r
+  BOTTOM_RIGHT ///< Object moves out of bottom(or right) side of screen\r
+};\r
+\r
+/**\r
  * @brief Enumeration describing a relation between accessible objects\r
  * 1 to 0..N relation model is supported. By default relation is not symmetrical.\r
  * Symmetry must be explicitly maintained.\r