X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Factors%2Factor-impl.h;h=92e6ab85d713b669e1db19cc2e76a2363c27b8b7;hb=66e7d2f6bcca8a495e126bc9fbcc1640c74b3c01;hp=05a22f50f04c05b3397272515f833eaaec8bbfb1;hpb=d89adac18b34e8aff2f0b78dc4c0240100aaa282;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/actors/actor-impl.h b/dali/internal/event/actors/actor-impl.h index 05a22f5..92e6ab8 100755 --- a/dali/internal/event/actors/actor-impl.h +++ b/dali/internal/event/actors/actor-impl.h @@ -2,7 +2,7 @@ #define DALI_INTERNAL_ACTOR_H /* - * Copyright (c) 2018 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 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. @@ -30,6 +30,7 @@ #include #include #include +#include #include #include #include @@ -1228,18 +1229,6 @@ public: float GetMaximumSize( Dimension::Type dimension ) const; /** - * @brief Sets the update size hint of an actor for partial update. - * @param [in] updateSizeHint The new updateSizeHint. - */ - void SetUpdateSizeHint( const Vector2& updateSizeHint ); - - /** - * @brief Return the update size hint of actor - * @return Return the update size hint - */ - Vector2 GetUpdateSizeHint() const; - - /** * @copydoc Dali::Actor::AddRenderer() */ uint32_t AddRenderer( Renderer& renderer ); @@ -1400,8 +1389,9 @@ public: /** * Queries whether the actor requires the gesture type. * @param[in] type The gesture type. + * @return True if the gesture is required, false otherwise. */ - bool IsGestureRequred( Gesture::Type type ) const; + bool IsGestureRequred( DevelGesture::Type type ) const; // Signals