X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-scene-loader%2Fpublic-api%2Fanimated-property.h;h=085b977b6eed8fe72b7ebe92edd5c04503676243;hb=aefac7b91818861d25e2312ea4b63d2deb1a9a86;hp=026b68ab68e3fbbdb9242732c141add398eea846;hpb=02557f62f8d171115d885c87c138faec2a3cb923;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-scene-loader/public-api/animated-property.h b/dali-scene-loader/public-api/animated-property.h index 026b68a..085b977 100644 --- a/dali-scene-loader/public-api/animated-property.h +++ b/dali-scene-loader/public-api/animated-property.h @@ -1,7 +1,7 @@ #ifndef DALI_SCENE_LOADER_ANIMATED_PROPERTY_H #define DALI_SCENE_LOADER_ANIMATED_PROPERTY_H /* - * Copyright (c) 2020 Samsung Electronics Co., Ltd. + * Copyright (c) 2021 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. @@ -21,17 +21,16 @@ #include "dali-scene-loader/public-api/api.h" // EXTERNAL INCLUDES +#include +#include #include "dali/public-api/actors/actor.h" #include "dali/public-api/animation/animation.h" #include "dali/public-api/object/property.h" -#include -#include namespace Dali { namespace SceneLoader { - /** * @brief Intermediate representation for a property that's given to * a Animation to animate. Since there is no getting an @@ -78,20 +77,20 @@ public: // DATA struct Value { Property::Value mValue; - bool mIsRelative; + bool mIsRelative; }; std::string mNodeName; std::string mPropertyName; - KeyFrames mKeyFrames; + KeyFrames mKeyFrames; std::unique_ptr mValue; AlphaFunction mAlphaFunction = AlphaFunction::DEFAULT; - TimePeriod mTimePeriod = TimePeriod(0.f); + TimePeriod mTimePeriod = TimePeriod(0.f); }; -} -} +} // namespace SceneLoader +} // namespace Dali #endif //DALI_SCENE_LOADER_ANIMATED_PROPERTY_H