[Tizen] Add deprecated logs to Scene and Actor
[platform/core/uifw/dali-core-legacy.git] / dali / public-api / actors / actor.h
index 82ce5c0..1c10bfe 100644 (file)
@@ -61,6 +61,8 @@ struct Vector4;
 typedef Rect<float> Padding;      ///< Padding definition @SINCE_1_0.0
 
 /**
+ * @DEPRECATED_1_5.19
+ *
  * @brief Actor is the primary object with which Dali applications interact.
  *
  * UI controls can be built by combining multiple actors.
@@ -718,6 +720,8 @@ public:
   // Creation
 
   /**
+   * @DEPRECATED_1_5.19
+   *
    * @brief Creates an uninitialized Actor; this can be initialized with Actor::New().
    *
    * Calling member functions with an uninitialized Actor handle is not allowed.
@@ -726,6 +730,8 @@ public:
   Actor();
 
   /**
+   * @DEPRECATED_1_5.19
+   *
    * @brief Creates an initialized Actor.
    *
    * @SINCE_1_0.0