X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Frender-tasks%2Frender-task.h;h=5d6be1ae82a5847ce5e42846e70a69a825f055b4;hb=HEAD;hp=6eab3d4b401e87767859a81f4834072498631f76;hpb=0d0bbf960e906058ab447a07511dc87656b75afd;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/render-tasks/render-task.h b/dali/public-api/render-tasks/render-task.h index 6eab3d4..e00eea8 100644 --- a/dali/public-api/render-tasks/render-task.h +++ b/dali/public-api/render-tasks/render-task.h @@ -257,6 +257,13 @@ public: Actor GetSourceActor() const; /** + * @brief Retrives stopper actor. + * @SINCE_2_3.23 + * @return The actor that marks where to stop rendering. + */ + Actor GetStopperActor() const; + + /** * @brief Sets whether the RenderTask has exclusive access to the source actors; the default is false. * @SINCE_1_0.0 * @param[in] exclusive True if the source actors will only be rendered by this render-task @@ -579,6 +586,13 @@ public: */ uint32_t GetRenderTaskId() const; + /** + * @brief Stop rendering from given actor. The actor is not included. + * @SINCE_2_3.23 + * @param[in] stopperActor A marker to stop rendering. + */ + void RenderUntil(Actor stopperActor); + public: // Signals /** * @brief If the refresh rate is REFRESH_ONCE, connect to this signal to be notified when a RenderTask has finished.