X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fscrollable%2Fscroll-view%2Fscroll-view-effect.h;h=639ae75325dc292c23d40d42f9bd81ca4c770632;hp=72758a374374996f0c85914dc717cc36d22c1b14;hb=e40f95b837ab8e9f1ce9094ebf4e6ac781e7bf6f;hpb=2eb0f016cf4d8a8282681283ae0e842c0c67bded diff --git a/dali-toolkit/public-api/controls/scrollable/scroll-view/scroll-view-effect.h b/dali-toolkit/public-api/controls/scrollable/scroll-view/scroll-view-effect.h old mode 100644 new mode 100755 index 72758a3..639ae75 --- a/dali-toolkit/public-api/controls/scrollable/scroll-view/scroll-view-effect.h +++ b/dali-toolkit/public-api/controls/scrollable/scroll-view/scroll-view-effect.h @@ -2,7 +2,7 @@ #define __DALI_TOOLKIT_SCROLL_VIEW_EFFECT_H__ /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2018 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,6 +21,9 @@ // EXTERNAL INCLUDES #include +// INTERNAL INCLUDES +#include + namespace Dali { @@ -50,18 +53,18 @@ class ScrollViewEffect; * ScrollView instance. * * Such effects are purely logical (i.e. physics), and may produce - * properties that can be used with visual effects. Such as creating + * properties that can be used with visual effects, such as creating * constraints that are applied to ShaderEffects or Actors using these * properties as inputs. * @SINCE_1_0.0 */ -class DALI_IMPORT_API ScrollViewEffect : public Dali::BaseHandle +class DALI_TOOLKIT_API ScrollViewEffect : public Dali::BaseHandle { public: /** - * @brief Create an uninitialized ScrollViewEffect; this can only be initialized with derived classes. + * @brief Creates an uninitialized ScrollViewEffect; this can only be initialized with derived classes. * * Calling member functions with an uninitialized Toolkit::BaseObject is not allowed. * @SINCE_1_0.0 @@ -70,13 +73,15 @@ public: public: // Not intended for application developers + /// @cond internal /** * @brief This constructor is used by Dali New() methods. * * @SINCE_1_0.0 - * @param [in] impl A pointer to a newly allocated Dali resource + * @param[in] impl A pointer to a newly allocated Dali resource */ explicit DALI_INTERNAL ScrollViewEffect(Internal::ScrollViewEffect *impl); + /// @endcond };