X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fimage-view%2Fimage-view-impl.h;h=86437ff53a56f492f5ef52fdf7162c4113c1552d;hb=882d1e6d574010b9a1cf2d8f970df15606dce721;hp=3af21ce921432ccd0d18200dcb835375c59d638c;hpb=669373aecf093fe345b679b0ebe1e8056b12af2c;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/controls/image-view/image-view-impl.h b/dali-toolkit/internal/controls/image-view/image-view-impl.h index 3af21ce..86437ff 100644 --- a/dali-toolkit/internal/controls/image-view/image-view-impl.h +++ b/dali-toolkit/internal/controls/image-view/image-view-impl.h @@ -75,7 +75,7 @@ public: /** * @copydoc Dali::Toolkit::SetImage */ - void SetImage( const std::string& imageUrl ); + void SetImage( const std::string& imageUrl, ImageDimensions size ); // Properties /** @@ -94,6 +94,15 @@ public: */ static Property::Value GetProperty( BaseObject* object, Property::Index propertyIndex ); + /** + * @brief Set the depth index of this image renderer + * + * Renderer with higher depth indices are rendered in front of other renderers with smaller values + * + * @param[in] depthIndex The depth index of this renderer + */ + void SetDepthIndex( int depthIndex ); + private: // From Control /** @@ -102,6 +111,11 @@ private: // From Control virtual void OnStageConnection( int depth ); /** + * @copydoc Toolkit::Control::OnStageDisconnection() + */ + virtual void OnStageDisconnection(); + + /** * @copydoc Toolkit::Control::GetNaturalSize */ virtual Vector3 GetNaturalSize();