X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Ffocus-manager%2Fkeyboard-focus-manager.h;h=d99844e9283ec9acf5aaa85ed099c999af7c5a74;hb=35309f882c990c309b41aff6d11664c0c8637bb2;hp=e5a64092260a20c4192762bd1508bd58a9122bcf;hpb=867aa572372bf901975516db0fa77630754a8c27;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/focus-manager/keyboard-focus-manager.h b/dali-toolkit/public-api/focus-manager/keyboard-focus-manager.h index e5a6409..d99844e 100644 --- a/dali-toolkit/public-api/focus-manager/keyboard-focus-manager.h +++ b/dali-toolkit/public-api/focus-manager/keyboard-focus-manager.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_KEYBOARD_FOCUS_MANAGER_H__ -#define __DALI_TOOLKIT_KEYBOARD_FOCUS_MANAGER_H__ +#ifndef DALI_TOOLKIT_KEYBOARD_FOCUS_MANAGER_H +#define DALI_TOOLKIT_KEYBOARD_FOCUS_MANAGER_H /* - * Copyright (c) 2016 Samsung Electronics Co., Ltd. + * Copyright (c) 2020 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. @@ -23,10 +23,8 @@ namespace Dali { - namespace Toolkit { - namespace Internal DALI_INTERNAL { class KeyboardFocusManager; @@ -54,22 +52,20 @@ class KeyboardFocusManager; * | keyboardFocusedActorEnterKey | @ref FocusedActorEnterKeySignal() | * @SINCE_1_0.0 */ -class DALI_IMPORT_API KeyboardFocusManager : public BaseHandle +class DALI_TOOLKIT_API KeyboardFocusManager : public BaseHandle { - public: - /// @brief Pre focus change signal - typedef Signal< Actor ( Actor, Actor, Control::KeyboardFocus::Direction ) > PreFocusChangeSignalType; + typedef Signal PreFocusChangeSignalType; /// @brief Focus changed signal - typedef Signal< void ( Actor, Actor ) > FocusChangedSignalType; + typedef Signal FocusChangedSignalType; /// @brief Focus group changed signal - typedef Signal< void ( Actor, bool ) > FocusGroupChangedSignalType; + typedef Signal FocusGroupChangedSignalType; /// @brief Focused actor has the enter key pressed signal - typedef Signal< void ( Actor ) > FocusedActorEnterKeySignalType; + typedef Signal FocusedActorEnterKeySignalType; /** * @brief Creates a KeyboardFocusManager handle; this can be initialized with KeyboardFocusManager::New(). @@ -225,7 +221,6 @@ public: void MoveFocusBackward(); public: // Signals - /** * @brief This signal is emitted before the focus is going to be changed. * @@ -301,7 +296,7 @@ public: // Signals * @SINCE_1_0.0 * @param[in] impl A pointer to the object */ - explicit DALI_INTERNAL KeyboardFocusManager(Internal::KeyboardFocusManager *impl); + explicit DALI_INTERNAL KeyboardFocusManager(Internal::KeyboardFocusManager* impl); /// @endcond }; // class KeyboardFocusManager @@ -313,4 +308,4 @@ public: // Signals } // namespace Dali -#endif // __DALI_TOOLKIT_KEYBOARD_FOCUS_MANAGER_H__ +#endif // DALI_TOOLKIT_KEYBOARD_FOCUS_MANAGER_H