Clipping API feature in Actor
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / public-api / controls / gaussian-blur-view / gaussian-blur-view.h
index 15d7fcc..5364217 100644 (file)
@@ -187,6 +187,7 @@ public:
                               bool blurUserImage = false);
 
   /**
+   * @DEPRECATED_1_1.28 Use Actor::Add(Actor) instead
    * @brief Adds a child Actor to this Actor.
    * @SINCE_1_0.0
    * @param [in] child The child.
@@ -203,6 +204,7 @@ public:
   void Add(Actor child);
 
   /**
+   * @DEPRECATED_1_1.28 Use Actor::Remove(Actor) instead
    * @brief Removes a child Actor from this Actor.
    *
    * If the actor was not a child of this actor, this is a no-op.
@@ -296,6 +298,7 @@ public: // Signals
 
 public:
 
+  /// @cond internal
   /**
    * @brief Creates a handle using the Toolkit::Internal implementation.
    * @SINCE_1_0.0
@@ -309,6 +312,7 @@ public:
    * @param[in]  internal  A pointer to the internal CustomActor.
    */
   DALI_INTERNAL GaussianBlurView( Dali::Internal::CustomActor* internal );
+  /// @endcond
 
 };