Remove StereoMode
[platform/core/uifw/dali-adaptor.git] / dali / public-api / adaptor-framework / application.h
index e6d8ccd..e9449ad 100644 (file)
@@ -324,6 +324,7 @@ public: // Stereoscopy
    * @brief Sets the viewing mode for the application.
    * @SINCE_1_0.0
    * @param[in] viewMode The new viewing mode
+   * @DEPRECATED_1_3.39
    */
   void SetViewMode( ViewMode viewMode );
 
@@ -331,6 +332,7 @@ public: // Stereoscopy
    * @brief Gets the current viewing mode.
    * @SINCE_1_0.0
    * @return The current viewing mode
+   * @DEPRECATED_1_3.39
    */
   ViewMode GetViewMode() const;
 
@@ -341,6 +343,7 @@ public: // Stereoscopy
    * between 50mm and 70mm. The default value is 65mm.
    * @SINCE_1_0.0
    * @param[in] stereoBase The stereo base (eye separation) for Stereoscopic 3D
+   * @DEPRECATED_1_3.39
    */
   void SetStereoBase( float stereoBase );
 
@@ -349,6 +352,7 @@ public: // Stereoscopy
    *
    * @SINCE_1_0.0
    * @return The stereo base (eye separation) for Stereoscopic 3D
+   * @DEPRECATED_1_3.39
    */
   float GetStereoBase() const;