Deprecate SetPosition APIs
authorhoonik.lee <hoonik.lee@samsung.com>
Mon, 18 Mar 2013 05:07:13 +0000 (14:07 +0900)
committerhoonik.lee <hoonik.lee@samsung.com>
Mon, 18 Mar 2013 05:07:13 +0000 (14:07 +0900)
Change-Id: I3d495d2cabc559e1ceadbc0c68a4e3d3d6ccb612
Signed-off-by: hoonik.lee <hoonik.lee@samsung.com>
inc/FGrpCanvas.h

index e454507..5b99fe6 100644 (file)
@@ -1537,18 +1537,25 @@ public:
        /**
         * Sets the current instance of %Canvas to the specified point.
         *
+        * @brief <i> [Deprecated] </i>
+        * @deprecated   This method is deprecated.
         * @since               2.0
         *
         * @return              An error code
         * @param[in]   point                                   The new position
         * @exception   E_SUCCESS                               The method is successful.
         * @exception   E_UNSUPPORTED_OPERATION Window %Canvas does not support moving the position.
+        *
+        * @remarks             Canvas::SetPosition(const Point& point) is not supported anymore since Tizen2.1. @n
+        *                              This function has influence on only Memory canvas. However, Memory Canvas Show() is deprecated in Tizen2.0, and this method has no meaning since Tizen2.0 and deprecated since Tizen2.1.
         */
        result SetPosition(const Point& point);
 
        /**
         * Sets the current instance of %Canvas to the specified point.
         *
+        * @brief <i> [Deprecated] </i>
+        * @deprecated   This method is deprecated.
         * @since               2.0
         *
         * @return              An error code
@@ -1556,6 +1563,9 @@ public:
         * @param[in]   y                                               The new y-coordinate
         * @exception   E_SUCCESS                               The method is successful.
         * @exception   E_UNSUPPORTED_OPERATION Window %Canvas does not support moving the position.
+        *
+        * @remarks             Canvas::SetPosition(int x, int y) is not supported anymore since Tizen2.1. @n
+        *                              This function has influence on only Memory canvas. However, Memory Canvas Show() is deprecated in Tizen2.0, and this method has no meaning since Tizen2.0 and deprecated since Tizen2.1.
         */
        result SetPosition(int x, int y);