CanvasRenderer:: Add Picture class
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / canvas-renderer.h
index 85e898b..1f3e168 100644 (file)
@@ -85,6 +85,11 @@ public:
   class Drawable;
   class Shape;
   class DrawableGroup;
+  class Picture;
+
+  class Gradient;
+  class LinearGradient;
+  class RadialGradient;
 
 public:
   /**
@@ -110,6 +115,12 @@ public:
   bool RemoveDrawable(Drawable& drawable);
 
   /**
+   * @brief Remove all drawable objects added to the CanvasRenderer.
+   * @return Returns True when it's successful. False otherwise.
+   */
+  bool RemoveAllDrawables();
+
+  /**
    * @brief Returns the PixelBuffer, which is the Render buffer of Canvas.
    *
    * @return Returns the pixel buffer.