X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fdevel-api%2Factors%2Factor-devel.h;h=af3d4c5a2e2d62c5f11c462aa12de222d27f0d61;hb=b43741a90b40ca9dfbd33d6a9d390d3c09230e89;hp=2d11f0c497beb0aa080c7dbc949fc427aba1c091;hpb=55827866fcb8c7ee47581ac4335a3390472090e8;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/devel-api/actors/actor-devel.h b/dali/devel-api/actors/actor-devel.h index 2d11f0c..af3d4c5 100755 --- a/dali/devel-api/actors/actor-devel.h +++ b/dali/devel-api/actors/actor-devel.h @@ -20,6 +20,7 @@ // INTERNAL INCLUDES #include +#include namespace Dali { @@ -167,6 +168,14 @@ typedef Signal< void ( Actor, bool, VisibilityChange::Type ) > VisibilityChanged */ DALI_CORE_API VisibilityChangedSignalType& VisibilityChangedSignal( Actor actor ); +/** + * Calculates screen position and size. + * + * @return pair of two values, position of top-left corner on screen and size respectively. + */ +DALI_CORE_API Rect<> CalculateScreenExtents( Actor actor ); + + typedef Signal< void (Actor) > ChildChangedSignalType; ///< Called when the actor has a child added or removed