X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Ffocus-manager%2Ffocus-manager.h;h=67a359ca648d6aed49922427baada9714fe0f87f;hp=3d150236fddee1b6891c0c9b0e2f2220c9b05730;hb=refs%2Ftags%2Fdali_1.0.38;hpb=306d2f61a1b64179e801fa8a0bb2bd7b4e9dd682 diff --git a/dali-toolkit/public-api/focus-manager/focus-manager.h b/dali-toolkit/public-api/focus-manager/focus-manager.h index 3d15023..67a359c 100644 --- a/dali-toolkit/public-api/focus-manager/focus-manager.h +++ b/dali-toolkit/public-api/focus-manager/focus-manager.h @@ -43,15 +43,17 @@ class FocusManager; * It provides functionality of setting the * focus and moving the focus forward and backward. It also draws a highlight for the * focused actor and emits a signal when the focus is changed. + * + * Signals + * | %Signal Name | Method | + * |-------------------------|------------------------------------| + * | focus-changed | @ref FocusChangedSignal() | + * | focus-overshot | @ref FocusOvershotSignal() | + * | focused-actor-activated | @ref FocusedActorActivatedSignal() | */ - class DALI_IMPORT_API FocusManager : public BaseHandle { public: - // Signal Names - static const char* const SIGNAL_FOCUS_CHANGED; ///< name "focus-changed" - static const char* const SIGNAL_FOCUS_OVERSHOT; ///< name "focus-overshot" - static const char* const SIGNAL_FOCUSED_ACTOR_ACTIVATED; ///< name "focused-actor-activated" /** * @brief Accessibility needs four information which will be read by screen-reader.