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%2Fitem-view%2Fitem-layout.h;h=97af2df8ae1aebe1390b376e1b9c79a6776d02a1;hp=e9c50681d7042c4a09c1db79b5b36626a0c7bdac;hb=06f734a391814a2972e31351604e0a34ef712ed9;hpb=fcecf5a523b19dd101ec2dcc651f42e1b6232d77 diff --git a/dali-toolkit/public-api/controls/scrollable/item-view/item-layout.h b/dali-toolkit/public-api/controls/scrollable/item-view/item-layout.h old mode 100644 new mode 100755 index e9c5068..97af2df --- a/dali-toolkit/public-api/controls/scrollable/item-view/item-layout.h +++ b/dali-toolkit/public-api/controls/scrollable/item-view/item-layout.h @@ -20,6 +20,8 @@ // EXTERNAL INCLUDES #include +#include +#include // INTERNAL INCLUDES #include @@ -165,6 +167,33 @@ public: DALI_IMPORT_API ControlOrientation::Type GetOrientation() const; /** + * @brief Apply the layout Properties. + * @SINCE_1_2.20 + * @param[in] properties The properties the layout. + */ + void SetLayoutProperties(const Property::Map& properties); + + /** + * @brief Get the layout Properties. + * @SINCE_1_2.20 + * @return the property of the layout. + */ + Property::Map GetLayoutProperties(); + + /** + * @brief Check if the Property has been changed. + * @SINCE_1_2.20 + * @return whether the layout has been changed or not.if changed, return true. + */ + bool HasLayoutChanged(); + + /** + * @brief Set the layout changed flag to false. + * @SINCE_1_2.20 + */ + void ResetLayoutChangedFlag(); + + /** * @brief Retrieve the target size of an item in the layout. * * This will return the default size for the layout unless overridden by calling SetItemSize().