X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fscrollable%2Fitem-view%2Fspiral-layout.h;h=4d6543338e370194d5641b6b195837e857a032dd;hb=refs%2Fchanges%2F40%2F234640%2F2;hp=326dcc71024b404f0a7e4a34e067b94bc935ca6e;hpb=820c66e71516e7a25600b8b5de2e84b5d44d8ff3;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/controls/scrollable/item-view/spiral-layout.h b/dali-toolkit/internal/controls/scrollable/item-view/spiral-layout.h old mode 100644 new mode 100755 index 326dcc7..4d65433 --- a/dali-toolkit/internal/controls/scrollable/item-view/spiral-layout.h +++ b/dali-toolkit/internal/controls/scrollable/item-view/spiral-layout.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_SPIRAL_LAYOUT_H__ -#define __DALI_TOOLKIT_SPIRAL_LAYOUT_H__ +#ifndef DALI_TOOLKIT_SPIRAL_LAYOUT_H +#define DALI_TOOLKIT_SPIRAL_LAYOUT_H /* - * Copyright (c) 2015 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. @@ -22,6 +22,7 @@ #include + namespace Dali { @@ -53,6 +54,12 @@ public: virtual ~SpiralLayout(); /** + * Apply spiral layout Properties. + * @param[in] properties The properties of the layout. + */ + void SetSpiralLayoutProperties(const Property::Map& properties); + + /** * Set spacing angle between items. * @param[in] itemSpacing The angle in radians. */ @@ -164,11 +171,6 @@ private: virtual void GetDefaultItemSize( unsigned int itemId, const Vector3& layoutSize, Vector3& itemSize ) const; /** - * @copydoc ItemLayout::GetResizeAnimation() - */ - virtual void GetResizeAnimation(Animation& animation, Actor actor, Vector3 size, float durationSeconds) const; - - /** * @copydoc ItemLayout::GetScrollDirection() */ virtual Degree GetScrollDirection() const; @@ -192,6 +194,14 @@ protected: private: + // Undefined + SpiralLayout( const SpiralLayout& spiralLayout ); + + // Undefined + SpiralLayout& operator=( const SpiralLayout& spiralLayout ); + +private: + struct Impl; Impl* mImpl; }; @@ -202,4 +212,4 @@ private: } // namespace Dali -#endif // __DALI_TOOLKIT_SPIRAL_LAYOUT_H__ +#endif // DALI_TOOLKIT_SPIRAL_LAYOUT_H