X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=docs%2Fcontent%2Fprogramming-guide%2Fproperties.h;h=4c124cbff320f46cf151167e88576e63f65f3f21;hp=9c0b7015474ce1058e23315417f2c5f92c6a066c;hb=b458e407eba11c73f38da68bce8e967a30ea03e2;hpb=01864cd4216d958c5f0e95643dbbeca7c9937716 diff --git a/docs/content/programming-guide/properties.h b/docs/content/programming-guide/properties.h index 9c0b701..4c124cb 100644 --- a/docs/content/programming-guide/properties.h +++ b/docs/content/programming-guide/properties.h @@ -10,8 +10,8 @@ shows the index range of the different properties in place. Default Properties defined within DALi Core, e.g. Dali::Actor, Dali::ShaderEffect default properties etc. 0 to 9999999 Registered Properties registered using Dali::PropertyRegistration 10000000 to 19999999 Control Property range reserved by Dali::Toolkit::Control 10000000 to 10001000
- \link Dali::Toolkit::ControlImpl::CONTROL_PROPERTY_START_INDEX CONTROL_PROPERTY_START_INDEX\endlink - to \link Dali::Toolkit::ControlImpl::CONTROL_PROPERTY_END_INDEX CONTROL_PROPERTY_END_INDEX\endlink + \link Dali::Toolkit::Control::CONTROL_PROPERTY_START_INDEX CONTROL_PROPERTY_START_INDEX\endlink + to \link Dali::Toolkit::Control::CONTROL_PROPERTY_END_INDEX CONTROL_PROPERTY_END_INDEX\endlink Derived Control Property range for control deriving directly from Dali::Toolkit::Control 10001001 to 19999999 Custom Custom properties added to instance using Dali::Handle::RegisterProperty 50000000 onwards