[Marble-commits] KDE/kdeedu/marble/src/lib

Bastian Holst bastianholst at gmx.de
Sun Jul 11 11:58:37 CEST 2010


SVN commit 1148620 by bholst:

Updated some comments of MarbleMap and MarbleWidget

 M  +4 -2      MarbleMap.h  
 M  +6 -2      MarbleWidget.h  


--- trunk/KDE/kdeedu/marble/src/lib/MarbleMap.h #1148619:1148620
@@ -221,11 +221,13 @@
 
     /**
      * @brief Return the longitude of the center point.
+     * @return The longitude of the center point in degree.
      */
     qreal centerLongitude() const;
 
     /**
      * @brief Return the latitude of the center point.
+     * @return The latitude of the center point in degree.
      */
     qreal centerLatitude() const;
 
@@ -520,13 +522,13 @@
 
     /**
      * @brief  Set the latitude for the center point
-     * @param  lat  the new value for the latitude
+     * @param  lat  the new value for the latitude in degree
      */
     void setCenterLatitude( qreal lat );
 
     /**
      * @brief  Set the longitude for the center point
-     * @param  lon  the new value for the longitude
+     * @param  lon  the new value for the longitude in degree
      */
     void setCenterLongitude( qreal lon );
 
--- trunk/KDE/kdeedu/marble/src/lib/MarbleWidget.h #1148619:1148620
@@ -282,11 +282,13 @@
 
     /**
      * @brief Return the longitude of the center point.
+     * @return The longitude of the center point in degree.
      */
     qreal centerLongitude() const;
 
     /**
      * @brief Return the latitude of the center point.
+     * @return The latitude of the center point in degree.
      */
     qreal centerLatitude() const;
 
@@ -644,13 +646,15 @@
 
     /**
      * @brief  Set the latitude for the center point
-     * @param  lat  the new value for the latitude
+     * @param  lat  the new value for the latitude in degree.
+     * @param  mode the FlyToMode that will be used.
      */
     void setCenterLatitude( qreal lat, FlyToMode mode = Instant );
 
     /**
      * @brief  Set the longitude for the center point
-     * @param  lon  the new value for the longitude
+     * @param  lon  the new value for the longitude in degree.
+     * @param  mode the FlyToMode that will be used.
      */
     void setCenterLongitude( qreal lon, FlyToMode mode = Instant );
 


More information about the Marble-commits mailing list