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=ef44fc616dfefe559013e0f84a169a5fec688a1c;hp=3d150236fddee1b6891c0c9b0e2f2220c9b05730;hb=aa99362239c180c4472d9a28975b251bd6f38c19;hpb=57869973578f6a0b0f836d396c7232ddb8302c6b diff --git a/dali-toolkit/public-api/focus-manager/focus-manager.h b/dali-toolkit/public-api/focus-manager/focus-manager.h index 3d15023..ef44fc6 100644 --- a/dali-toolkit/public-api/focus-manager/focus-manager.h +++ b/dali-toolkit/public-api/focus-manager/focus-manager.h @@ -2,7 +2,7 @@ #define __DALI_TOOLKIT_FOCUS_MANAGER_H__ /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2015 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -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.