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

Bastian Holst bastianholst at gmx.de
Wed Mar 31 16:25:14 CEST 2010


SVN commit 1109608 by bholst:

Removing whitespaces

 M  +1 -0      GeoDataColorStyle.h  
 M  +4 -7      GeoDataCoordinates.h  
 M  +5 -5      GeoDataDocument.h  
 M  +6 -6      GeoDataFeature.h  
 M  +1 -1      GeoDataIconStyle.h  
 M  +1 -1      GeoDataLineStyle.h  
 M  +14 -14    GeoDataLod.h  
 M  +2 -2      GeoDataLookAt.h  
 M  +1 -1      GeoDataStyle.h  


--- trunk/KDE/kdeedu/marble/src/lib/geodata/data/GeoDataColorStyle.h #1109607:1109608
@@ -58,6 +58,7 @@
  *
  * @see GeoDataIconStyle
  * @see GeoDataLabelStyle
+ * @see GeoDataLineStyle
  */
 class GEODATA_EXPORT GeoDataColorStyle : public GeoDataObject
 {
--- trunk/KDE/kdeedu/marble/src/lib/geodata/data/GeoDataCoordinates.h #1109607:1109608
@@ -29,9 +29,6 @@
 #include "geodata_export.h"
 #include "global.h"
 
-/*
-*/
-
 namespace Marble
 {
 
@@ -40,7 +37,7 @@
 class GeoDataCoordinatesPrivate;
 class Quaternion;
 
-/** 
+/**
  * @short A 3d point representation
  *
  * GeoDataCoordinates is the simple representation of a single three
@@ -198,11 +195,11 @@
     * This method can be used to check whether the coordinate equals one of 
     * the poles. 
     * NOTE: As the poles might not be visible in the projection at all 
-    *       you should check whether 
-    * 
+    *       you should check whether
+    *
     * bool AbstractProjection::exceedsLatitudeRange() const
     *
-    * isn't what you're looking for ... .
+    * isn't what you're looking for ...
     */
     bool isPole( Pole = AnyPole ) const;
 
--- trunk/KDE/kdeedu/marble/src/lib/geodata/data/GeoDataDocument.h #1109607:1109608
@@ -95,7 +95,7 @@
      * @param styleId  the id of the style
      */
     GeoDataStyle& style( const QString& styleId ) const;
-    
+
     /**
     * @brief dump a Vector of all styles
     */
@@ -106,24 +106,24 @@
     * @param map  the new stylemap
     */
     void addStyleMap( const GeoDataStyleMap& map );
-    
+
     /**
     * @brief remove stylemap from storage
     * @param mapId the styleId of the styleMap to be removed
     */
     void removeStyleMap( const QString& mapId );
-    
+
     /**
      * @brief Return a style in the style storage
      * @param styleId  the id of the style
      */
     GeoDataStyleMap& styleMap( const QString& styleId ) const;
-    
+
     /**
     * @brief dump a Vector of all styles
     */
     QList<GeoDataStyleMap> styleMaps() const;
-    
+
     // Serialize the Placemark to @p stream
     virtual void pack( QDataStream& stream ) const;
     // Unserialize the Placemark from @p stream
--- trunk/KDE/kdeedu/marble/src/lib/geodata/data/GeoDataFeature.h #1109607:1109608
@@ -66,13 +66,13 @@
     GeoDataFeature( const QString& name );
 
     GeoDataFeature( const GeoDataFeature& other );
-    
+
     // copy ctors for derived classes
     GeoDataFeature( const GeoDataContainer& other );
     GeoDataFeature( const GeoDataFolder& other );
     GeoDataFeature( const GeoDataDocument& other );
     GeoDataFeature( const GeoDataPlacemark& other );
-    
+
     virtual ~GeoDataFeature();
 
     GeoDataFeature& operator=( const GeoDataFeature& other );
@@ -124,7 +124,7 @@
         // Space Terrain
         Crater,                  // c
         Mare,                    // a
-        
+
         // Places of Interest
         GeographicPole,
         MagneticPole,
@@ -200,7 +200,7 @@
     QString styleUrl() const;
     /// Set the styleUrl of this feature to @p value.
     void setStyleUrl( const QString &value );
-    
+
     /// Return whether this feature is visible or not
     bool isVisible() const;
     /**
@@ -238,7 +238,7 @@
     /**
      * Return the symbol index of the placemark.
      */
-    GeoDataVisualCategory visualCategory() const; 
+    GeoDataVisualCategory visualCategory() const;
     /**
      * Sets the symbol @p index of the placemark.
      * @param  category  the new category to be used.
@@ -280,7 +280,7 @@
      * @param  popularity  the new popularity value
      */
     void setPopularity( qint64 popularity );
-    
+
     /**
      * Return a pointer to a GeoDataStyleMap object which represents the styleMap
      * of this feature. A styleMap is simply a QMap<QString,QString> which can connect
--- trunk/KDE/kdeedu/marble/src/lib/geodata/data/GeoDataIconStyle.h #1109607:1109608
@@ -42,7 +42,7 @@
 
     void setIcon( const QPixmap& icon );
     QPixmap icon() const;
-    
+
     void setIconPath( const QString& filename );
 
     void setHotSpot( const QPointF& hotSpot, GeoDataHotSpot::Units xunits, GeoDataHotSpot::Units yunits );
--- trunk/KDE/kdeedu/marble/src/lib/geodata/data/GeoDataLineStyle.h #1109607:1109608
@@ -45,7 +45,7 @@
     explicit GeoDataLineStyle( const QColor &color );
 
     ~GeoDataLineStyle();
-    
+
     /**
     * @brief assignment operator
     */
--- trunk/KDE/kdeedu/marble/src/lib/geodata/data/GeoDataLod.h #1109607:1109608
@@ -60,13 +60,13 @@
 */
     virtual ~GeoDataLod();
 
-    
+
 /*!
     \brief Provides type information for downcasting a GeoNode
 */
     virtual QString nodeType() const;
-    
-    
+
+
 /*!
     \brief Returns the minimum size that is needed for the region to be active
     Returns the minimum number of pixels the region has to be projected on for
@@ -76,7 +76,7 @@
 */
     qreal minLodPixels() const;
 
-    
+
 /*!
     \brief Sets the minimum size that is needed for the region to be active
     Sets the minimum number of \a pixels the region has to be projected on for
@@ -84,7 +84,7 @@
 */
     void setMinLodPixels( qreal pixels );
 
-    
+
 /*!
     \brief Returns the maximum size that is needed for the region to be active
     Returns the maximum number of pixels the region has to be projected on for
@@ -94,15 +94,15 @@
 */
     qreal maxLodPixels() const;
 
-    
+
 /*!
     \brief Sets the maximum size that is needed for the region to be active
     Sets the maximum number of \a pixels the region has to be projected on for
     the feature to be considered active.
 */
     void setMaxLodPixels( qreal pixels );
-   
 
+
 /*!
     \brief Returns how "quickly" the region fades when the region is far away.
     Returns the distance (counted from minLodPixels) over which the feature
@@ -110,7 +110,7 @@
 */
     qreal minFadeExtent() const;
 
-    
+
 /*!
     \brief Sets how "quickly" the region fades when the region is far away.
     Sets the distance (counted from minLodPixels) over which the feature fades
@@ -118,7 +118,7 @@
 */
     void setMinFadeExtent( qreal pixels );
 
-    
+
 /*!
     \brief Returns how "quickly" the region fades when the region is near.
     Returns the distance (counted from maxLodPixels) over which the feature
@@ -126,15 +126,15 @@
 */
     qreal maxFadeExtent() const;
 
-    
+
 /*!
     \brief Sets how "quickly" the region fades when the region is near.
     Sets the distance (counted from maxLodPixels) over which the feature fades
     in or out. 
 */
     void setMaxFadeExtent( qreal pixels );
-    
-    
+
+
     // Serialization
 /*!
     \brief Serialize the Lod to a stream.
@@ -142,7 +142,7 @@
 */
     virtual void pack( QDataStream& stream ) const;
 
-    
+
 /*!
     \brief Unserialize the Lod from a stream.
     \param stream the stream.
@@ -150,7 +150,7 @@
     virtual void unpack( QDataStream& stream );
 
     GeoDataLod &operator=( const GeoDataLod& other );
-    
+
  protected:
     GeoDataLodPrivate  * const d;
 };
--- trunk/KDE/kdeedu/marble/src/lib/geodata/data/GeoDataLookAt.h #1109607:1109608
@@ -13,9 +13,9 @@
     {
     public:
         GeoDataLookAt();
-        
+
         GeoDataLookAt(const GeoDataLookAt& other);
-        
+
         GeoDataLookAt& operator=(const GeoDataLookAt &other);
 
         ~GeoDataLookAt();
--- trunk/KDE/kdeedu/marble/src/lib/geodata/data/GeoDataStyle.h #1109607:1109608
@@ -83,7 +83,7 @@
     void setPolyStyle( const GeoDataPolyStyle& style );
     /// Return the label style of this style
     GeoDataPolyStyle& polyStyle() const;
-    
+
     /**
     * @brief assignment operator
     * @param other the GeoDataStyle that gets duplicated


More information about the Marble-commits mailing list