X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Fshadow-view%2Fshadow-view.h;h=9667fa9402609e7e39adc08be5b36c79d26509db;hp=d69c479ec2f0c81dc91f20ca41296bcf967c209a;hb=1d82abb8a1a514ce0af63004706135fb7883f89b;hpb=c1b7b114b63facaccd835b602cbd13e7869835a9;ds=sidebyside diff --git a/dali-toolkit/devel-api/controls/shadow-view/shadow-view.h b/dali-toolkit/devel-api/controls/shadow-view/shadow-view.h index d69c479..9667fa9 100644 --- a/dali-toolkit/devel-api/controls/shadow-view/shadow-view.h +++ b/dali-toolkit/devel-api/controls/shadow-view/shadow-view.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_SHADOW_VIEW_H /* - * Copyright (c) 2019 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,19 +23,16 @@ namespace Dali { - namespace Toolkit { - namespace Internal DALI_INTERNAL { - /** * ShadowView implementation class */ class ShadowView; -} // namespace Internal +} // namespace DALI_INTERNAL /** * @@ -102,7 +99,6 @@ class ShadowView; class DALI_TOOLKIT_API ShadowView : public Control { public: - /** * Create an uninitialized ShadowView; this can be initialized with ShadowView::New() * Calling member functions with an uninitialized Dali::Object is not allowed. @@ -132,7 +128,7 @@ public: * @param[in] handle Handle to an object * @return handle to a ShadowView or an uninitialized handle */ - static ShadowView DownCast( BaseHandle handle ); + static ShadowView DownCast(BaseHandle handle); /** * Create an initialized ShadowView. Add children and call SetShadowPlane to make shadows visible\n @@ -210,20 +206,18 @@ public: */ Dali::Property::Index GetShadowColorPropertyIndex() const; - public: - /** * Creates a handle using the Toolkit::Internal implementation. * @param[in] implementation The UI Control implementation. */ - DALI_INTERNAL ShadowView( Internal::ShadowView& implementation ); + DALI_INTERNAL ShadowView(Internal::ShadowView& implementation); /** * Allows the creation of this UI Control from an Internal::CustomActor pointer. * @param[in] internal A pointer to the internal CustomActor. */ - explicit DALI_INTERNAL ShadowView( Dali::Internal::CustomActor* internal ); + explicit DALI_INTERNAL ShadowView(Dali::Internal::CustomActor* internal); }; } // namespace Toolkit