X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fcontent%2Fprogramming-guide%2Ftype-registration.h;h=e9912effacd59634852bbec8f0ee2603e6630cab;hb=c46d8cb79f848d9e1fda57a46a987aadea57a7cd;hp=bef67d0ca5aa15863f525828708f6a7f52f10777;hpb=eea53605c5acb244aebb72d75bdd9b3a68a9678a;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/docs/content/programming-guide/type-registration.h b/docs/content/programming-guide/type-registration.h index bef67d0..e9912ef 100644 --- a/docs/content/programming-guide/type-registration.h +++ b/docs/content/programming-guide/type-registration.h @@ -184,6 +184,10 @@ bool MyControl::DoAction( } @endcode +If the action is not performed by the derived class, it will be propagated to the base class. +For example, in the above case, MyControl can perform "action1" so should return true, but it +cannot perform "action4" so should return false and propagate the action to Control. + @section register-property Registering a Property DALi has a property system which can be extended by registering more properties through the type