X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fcanvas-view%2Fcanvas-view-impl.h;h=4e492ebdbb4cba4b765e1b4a268d3d1900a67371;hp=ffc204edbd649c64fe25357e8ef0f60508205ead;hb=42a61237c2ecc17d977fbf9596603da2ff221be7;hpb=d3e4ed352b1b3436394c7a218a961487b7ee00fa diff --git a/dali-toolkit/internal/controls/canvas-view/canvas-view-impl.h b/dali-toolkit/internal/controls/canvas-view/canvas-view-impl.h index ffc204e..4e492eb 100644 --- a/dali-toolkit/internal/controls/canvas-view/canvas-view-impl.h +++ b/dali-toolkit/internal/controls/canvas-view/canvas-view-impl.h @@ -79,6 +79,16 @@ public: */ static Property::Value GetProperty(BaseObject* object, Property::Index propertyIndex); + /** + * @copydoc Toolkit::Control::CanvasView::RemoveDrawable + */ + bool RemoveDrawable(Dali::CanvasRenderer::Drawable& drawable); + + /** + * @copydoc Toolkit::Control::CanvasView::RemoveAllDrawables + */ + bool RemoveAllDrawables(); + private: // From Control /** * @copydoc Control::OnRelayout @@ -125,9 +135,9 @@ public: /** * @bried Apply the rasterized image to the canvas view * - * @param[in] rasterizedPixelData The pixel buffer with the rasterized pixels + * @param[in] rasterizedTexture The texture with the rasterized pixels */ - void ApplyRasterizedImage(PixelData rasterizedPixelData); + void ApplyRasterizedImage(Texture rasterizedTexture); private: CanvasView(const CanvasView&) = delete;