X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Factors%2Factor-impl.h;h=05a22f50f04c05b3397272515f833eaaec8bbfb1;hb=b43741a90b40ca9dfbd33d6a9d390d3c09230e89;hp=b233dec8360bbaa9353ceae090ed714a35553a6e;hpb=700e2070be55ed470768d7e40cdf3549dc94e61e;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/actors/actor-impl.h b/dali/internal/event/actors/actor-impl.h index b233dec..05a22f5 100755 --- a/dali/internal/event/actors/actor-impl.h +++ b/dali/internal/event/actors/actor-impl.h @@ -250,6 +250,13 @@ public: } /** + * Calculates screen position and size. + * + * @return pair of two values, position of top-left corner on screen and size respectively. + */ + Rect<> CalculateScreenExtents( ) const; + + /** * Sets the size of an actor. * This does not interfere with the actors scale factor. * @param [in] width The new width. @@ -1230,7 +1237,7 @@ public: * @brief Return the update size hint of actor * @return Return the update size hint */ - const Vector2 GetUpdateSizeHint() const; + Vector2 GetUpdateSizeHint() const; /** * @copydoc Dali::Actor::AddRenderer()