X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fdevel-api%2Fadaptor-framework%2Faccessibility-impl.h;h=bce61355157149fe39aac218cb06ef390b51ad61;hb=de28e6c167b52e1b79c8ec0f87e2f58c26181292;hp=304f2c11b02ded0003181010d2c290f3034d6459;hpb=4aef55782a00a0491eedffea40a34b1e5fc3b095;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/devel-api/adaptor-framework/accessibility-impl.h b/dali/devel-api/adaptor-framework/accessibility-impl.h index 304f2c1..bce6135 100644 --- a/dali/devel-api/adaptor-framework/accessibility-impl.h +++ b/dali/devel-api/adaptor-framework/accessibility-impl.h @@ -218,6 +218,14 @@ struct DALI_ADAPTOR_API Bridge virtual void EmitTextChanged(Accessible* obj, TextChangedState state, unsigned int position, unsigned int length, const std::string& content) = 0; /** + * @brief Emits MoveOuted event on at-spi bus. + * + * @param[in] obj Accessible object + * @param[in] type Direction type when an Accessible object moves out of screen + **/ + virtual void EmitMovedOutOfScreen(Accessible* obj, MovedOutOfScreenType type) = 0; + + /** * @brief Emits state-changed event on at-spi bus. * * @param[in] obj The accessible object @@ -534,6 +542,13 @@ public: void EmitTextCursorMoved(unsigned int cursorPosition); /** + * @brief Emits "MoveOuted" event. + * + * @param[in] type moved out of screen type + */ + void EmitMovedOutOfScreen(MovedOutOfScreenType type); + + /** * @brief Emits "highlighted" event. * * @param[in] event The enumerated window event