X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fobject%2Fproperty-index-ranges.h;h=4d90b6cadbf9496d9642761b5e2bdb3dec943751;hb=db9a4df3f86a7cc95b73329c780ccb38ca2f1b49;hp=548992cc4bee9de8689fb9c61680304ef97e85ba;hpb=f0e820dda2dde48833adff9e376da1a6dfbd2b7c;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/object/property-index-ranges.h b/dali/public-api/object/property-index-ranges.h index 548992c..4d90b6c 100644 --- a/dali/public-api/object/property-index-ranges.h +++ b/dali/public-api/object/property-index-ranges.h @@ -29,7 +29,7 @@ namespace Dali */ /** - * @brief These are the property index ranges. + * @brief Enumeration for the property index ranges. * * Enumerations are being used here rather than static constants so that switch statements can be * used to compare property indices. @@ -63,6 +63,9 @@ enum PropertyRanges CHILD_PROPERTY_REGISTRATION_MAX_INDEX = 49999999, ///< The maximum index supported when registering a child property @SINCE_1_1.35 PROPERTY_CUSTOM_START_INDEX = 50000000, ///< The index at which custom properties start (SceneGraph and Event side properties per instance) @SINCE_1_0.0 + PROPERTY_CUSTOM_MAX_INDEX = 59999999, ///< The maximum index supported for custom properties @SINCE_1_1.45 + + CORE_PROPERTY_MAX_INDEX = PROPERTY_CUSTOM_MAX_INDEX, ///< The maximum index that Core properties can go up to @SINCE_1_1.45 }; /**