X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fscrollable%2Fscroll-view%2Fscroll-view-effect.h;h=d6bcc305fb25708295bbb8e92710aee2eb12f06b;hb=315b80da193f3ce70ffc07d3502af970ed1146b5;hp=4af04424b917cee41c4626410f69290ac54bc645;hpb=07bbc876b9b069903dd4ed86c9dd5f2f66fc3b86;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git 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 index 4af0442..d6bcc30 100644 --- 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 @@ -38,7 +38,7 @@ class ScrollViewEffect; class ScrollViewWobbleEffect; } /** - * @addtogroup dali-toolkit-controls-scroll-view + * @addtogroup dali_toolkit_controls_scroll_view * @{ */ @@ -53,6 +53,7 @@ class ScrollViewEffect; * 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 { @@ -63,17 +64,21 @@ public: * @brief Create 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 */ ScrollViewEffect(); 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 */ explicit DALI_INTERNAL ScrollViewEffect(Internal::ScrollViewEffect *impl); + /// @endcond };