X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Frenderer-factory%2Fcontrol-renderer.h;h=be5db967e7b5226c530283adf139fdd9a2351143;hb=eb52cb9cbb74e37ebdc1c18619af597e2b595b08;hp=fe26fab820e64adef1fa59b7e9bd13913ed20d4a;hpb=a41be0bf03293b22c95b2fa206aa87357e0d406a;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/controls/renderer-factory/control-renderer.h b/dali-toolkit/devel-api/controls/renderer-factory/control-renderer.h index fe26fab..be5db96 100644 --- a/dali-toolkit/devel-api/controls/renderer-factory/control-renderer.h +++ b/dali-toolkit/devel-api/controls/renderer-factory/control-renderer.h @@ -35,7 +35,7 @@ class ControlRenderer; /** * @brief ControlRenderer provides renderer for rendering the controls. A control may have multiple ControlRenders. * - * ControlRenderers reuses geometry, shader etc. across controls and manages the renderer and material to exist only when control is on-stage. + * ControlRenderers reuses geometry, shader etc. across controls and manages the renderer and texture sets to exist only when control is on-stage. * It also responds to actor size and color change, and provides the clipping at the renderer level. * Note: The control renderer responds to the the Actor::COLOR by blending it with the 'Multiply' operator. */ @@ -116,6 +116,7 @@ public: * This function should be called when the control put on stage. * * @param[in] actor The actor applying this renderer. + * @post SetOffStage should be called with the same actor when the control is put off stage otherwise memory will be leaked */ void SetOnStage( Actor& actor );