X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fvisual-factory%2Fvisual-base.h;h=7cfadbf9cc2bafee3912cd8b42dee30afaec51af;hb=928f30d2caf2775c5bcbfd84ceb4bf37ca29f020;hp=49e8cf09d896a86ae9b79a8d721085133dd0bcf4;hpb=69c1b01cea4af86aa3e5ba0087485c9bd76942ca;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/visual-factory/visual-base.h b/dali-toolkit/devel-api/visual-factory/visual-base.h index 49e8cf0..7cfadbf 100644 --- a/dali-toolkit/devel-api/visual-factory/visual-base.h +++ b/dali-toolkit/devel-api/visual-factory/visual-base.h @@ -177,34 +177,6 @@ public: float GetDepthIndex() const; /** - * @brief Visual needs to know when the control is put on to the stage to add the renderer. - * - * This function should be called when the control is put on to the stage. - * - * @param[in] actor The actor using this visual. - * @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 ); - - /** - * @brief Visual needs to know when the control is removed from the stage to remove the renderer. - * - * This function should be called when the control is removed from the stage - * - * @param[in] actor The actor using this visual. - */ - void SetOffStage( Actor& actor ); - - /** - * @brief Remove the renderer from the actor and reset the visual self. - * - * This function can be called with an empty handle. If the visual is empty, this is a no-op. - * - * @param[in] actor The actor to be set off stage. - */ - void RemoveAndReset( Actor& actor ); - - /** * @brief Create the property map representing this visual. * * @param[out] map The visual property map.