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%2Fkeyinput-focus-manager.h;h=6240350007b0f3885e3caf4043d3f79258d33f95;hp=85fa87c79e0935b20215ea70a75aa588fae85012;hb=511ab5d892c68a8bbbc3846e85fc5ec8f7323470;hpb=306d2f61a1b64179e801fa8a0bb2bd7b4e9dd682 diff --git a/dali-toolkit/public-api/focus-manager/keyinput-focus-manager.h b/dali-toolkit/public-api/focus-manager/keyinput-focus-manager.h index 85fa87c..6240350 100644 --- a/dali-toolkit/public-api/focus-manager/keyinput-focus-manager.h +++ b/dali-toolkit/public-api/focus-manager/keyinput-focus-manager.h @@ -2,7 +2,7 @@ #define __DALI_TOOLKIT_KEYINPUT_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. @@ -39,13 +39,16 @@ class KeyInputFocusManager; * all the keyboard events first. And if the conrol doesn't consume the event it is passed to * the next control in the stack. If none of the controls in the stack consume the key event then * UnhandledKeyEventSignal() is emitted. + * + * Signals + * | %Signal Name | Method | + * |-------------------------|-----------------------------------| + * | key-input-focus-changed | @ref KeyInputFocusChangedSignal() | + * | unhandled-key-event | @ref UnhandledKeyEventSignal() | */ class DALI_IMPORT_API KeyInputFocusManager : public BaseHandle { public: - // Signal Names - static const char* const SIGNAL_KEY_INPUT_FOCUS_CHANGED; - static const char* const SIGNAL_UNHANDLED_KEY_EVENT; // KeyInputFocusChanged typedef Signal< void (Control, Control) > KeyInputFocusChangedSignalType;