Marked new API's since 1.1.4 12/48612/3
authorLee Morgan <Lee.morgan@partner.samsung.com>
Wed, 23 Sep 2015 15:08:58 +0000 (16:08 +0100)
committerLee Morgan <Lee.morgan@partner.samsung.com>
Thu, 24 Sep 2015 11:57:46 +0000 (12:57 +0100)
Change-Id: If9a08adf68f6c236c8bfac37199b1901d6dbcdd1

dali-toolkit/public-api/controls/control.h
dali-toolkit/public-api/controls/image-view/image-view.h
dali-toolkit/public-api/controls/model3d-view/model3d-view.h
dali-toolkit/public-api/controls/page-turn-view/page-factory.h
dali-toolkit/public-api/controls/page-turn-view/page-turn-portrait-view.h
dali-toolkit/public-api/controls/page-turn-view/page-turn-view.h

index 74f7fa8..4a6d2af 100644 (file)
@@ -89,7 +89,7 @@ public:
     enum
     {
       STYLE_NAME = PROPERTY_START_INDEX,       ///< name "style-name",       @see SetStyleName,       type std::string
-      BACKGROUND,                              ///< name "background",       @see SetBackgroundImage, type Map
+      BACKGROUND,                              ///< name "background",       @see SetBackgroundImage, type Map,         @since DALi 1.1.4
       KEY_INPUT_FOCUS,                         ///< name "key-input-focus",  @see SetKeyInputFocus,   type bool
     };
   };
index f2a221c..6fa3474 100644 (file)
@@ -140,7 +140,10 @@ public:
    * @brief Sets this ImageView from an Image url
    *
    * If the handle is empty, ImageView will display nothing
+   *
    * @param[in] url The Image resource to display.
+   *
+   * @since DALi 1.1.4
    */
   void SetImage( const std::string& url );
 
index 94ec859..0f7da0b 100644 (file)
@@ -36,7 +36,9 @@ class Model3dView;
  *
  * All the geometry loaded with the control is automatically centered and scaled to fit
  * the size of all the other controls. So the max is (0.5,0.5) and the min is (-0.5,-0.5)
-*/
+ *
+ * @since DALi 1.1.4
+ */
 class DALI_IMPORT_API Model3dView : public Control
 {
 public:
index 0c6e18d..b236f04 100644 (file)
@@ -30,6 +30,8 @@ namespace Toolkit
 /**
  * PageFactory is an abstract interface for providing image actors to PageTurnView
  * Each image actor is identified by a unique ID, and has a linear order from 0 to GetNumberOfPages()-1
+ *
+ * @since DALi 1.1.4
  */
 class DALI_IMPORT_API PageFactory
 {
index 5da3a97..1fac650 100644 (file)
@@ -35,6 +35,8 @@ class PageTurnPortraitView;
 
 /**
  * PageTurnLandscapeView provides a page turn view in portrait mode
+ *
+ * @since DALi 1.1.4
  */
 class DALI_IMPORT_API PageTurnPortraitView : public PageTurnView
 {
index d65d5ec..8099c26 100644 (file)
@@ -59,6 +59,8 @@ class PageTurnView;
  * | page-turn-finished | @ref PageTurnFinishedSignal() |
  * | page-pan-started   | @ref PagePanStartedSignal()   |
  * | page-pan-finished  | @ref PagePanFinishedSignal()  |
+ *
+ * @since DALi 1.1.4
  */
 class DALI_IMPORT_API PageTurnView : public Control
 {