X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fimage-view%2Fimage-view-impl.h;h=86437ff53a56f492f5ef52fdf7162c4113c1552d;hp=124ae5f5e3c69e91cfe3b413aff80f7116b56b06;hb=8d522afed46c436b653f991b7e383fae80eee7df;hpb=22b0e346e001a8987baf3aa2530fcf859aa9294c 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 124ae5f..86437ff 100644 --- a/dali-toolkit/internal/controls/image-view/image-view-impl.h +++ b/dali-toolkit/internal/controls/image-view/image-view-impl.h @@ -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 /**