X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ffocus-manager%2Fkeyboard-focus-manager-impl.h;h=1ece0b116e59bc8f621db628f87fc091231bbf5e;hp=fd466783498c0773b44adef57cdc94075abea1b2;hb=1770d0f68a05d545757fc8050333c0c9c4be96c9;hpb=ceef53ad56a8e9004014dc1c320127e64f90acff diff --git a/dali-toolkit/internal/focus-manager/keyboard-focus-manager-impl.h b/dali-toolkit/internal/focus-manager/keyboard-focus-manager-impl.h index fd46678..1ece0b1 100644 --- a/dali-toolkit/internal/focus-manager/keyboard-focus-manager-impl.h +++ b/dali-toolkit/internal/focus-manager/keyboard-focus-manager-impl.h @@ -19,6 +19,8 @@ */ // EXTERNAL INCLUDES +#include +#include #include // INTERNAL INCLUDES @@ -226,6 +228,12 @@ private: */ void OnTouch( const TouchData& touch ); + /** + * Change the keyboard focus status when keyboard focus feature turned on or off. + * @return Whether the status is changed or not. + */ + void OnPhysicalKeyboardStatusChanged(PhysicalKeyboard keyboard); + private: // Undefined @@ -246,6 +254,8 @@ private: bool mFocusGroupLoopEnabled:1; ///< Whether the focus movement is looped within the same focus group + bool mIsKeyboardFocusEnabled:1; ///< Whether keyboard focus feature turned on/off + bool mIsFocusIndicatorEnabled:1; ///< Whether indicator should be shown / hidden. It could be enabled when keyboard focus feature enabled and navigation keys or 'Tab' key pressed. bool mIsWaitingKeyboardFocusChangeCommit:1; /// A flag to indicate PreFocusChangeSignal emitted but the proposed focus actor is not commited by the application yet.