X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fscrollable%2Fitem-view%2Fdepth-layout.h;h=a59b7fe546a824d93b83bf692438e257f58dde2f;hb=bcdd4ccca76425ee5db2c9e991e4430ba9e95a82;hp=82ce8fcd1404666584869d712644c89dc3f9aaa4;hpb=17b0a845048893fb8aadd6841c72ed51a92a90e0;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/controls/scrollable/item-view/depth-layout.h b/dali-toolkit/internal/controls/scrollable/item-view/depth-layout.h old mode 100644 new mode 100755 index 82ce8fc..a59b7fe --- a/dali-toolkit/internal/controls/scrollable/item-view/depth-layout.h +++ b/dali-toolkit/internal/controls/scrollable/item-view/depth-layout.h @@ -21,6 +21,8 @@ // INTERNAL INCLUDES #include + + namespace Dali { @@ -52,6 +54,12 @@ public: virtual ~DepthLayout(); /** + * Apply depth layout Properties. + * @param[in] properties The properties of the layout. + */ + void SetDepthLayoutProperties(const Property::Map& properties); + + /** * Set the number of columns in the layout. * @param[in] columns The number of columns. */ @@ -214,6 +222,14 @@ protected: private: + // Undefined + DepthLayout( const DepthLayout& depthLayout ); + + // Undefined + DepthLayout& operator=( const DepthLayout& depthLayout ); + +private: + struct Impl; Impl* mImpl; };