[Marble-commits] KDE/kdeedu/marble/src/lib/geodata/data
Jens-Michael Hoffmann
jensmh at gmx.de
Fri Aug 14 00:51:49 CEST 2009
SVN commit 1011097 by jmhoffmann:
Coding style: opening braces of classes should be on their own line.
M +2 -1 GeoDataDocument.h
M +2 -1 GeoDataFolder.h
M +2 -1 GeoDataLineString.h
M +2 -1 GeoDataLinearRing.h
M +2 -1 GeoDataLod.h
M +2 -1 GeoDataMultiGeometry.h
M +2 -1 GeoDataObject.h
M +2 -1 GeoDataPoint.h
M +2 -1 GeoDataPolygon.h
M +2 -1 GeoDataRegion.h
--- trunk/KDE/kdeedu/marble/src/lib/geodata/data/GeoDataDocument.h #1011096:1011097
@@ -51,7 +51,8 @@
* styleUrl for a given Feature or StyleMap.
*/
class GEODATA_EXPORT GeoDataDocument : public GeoDocument,
- public GeoDataContainer {
+ public GeoDataContainer
+{
public:
GeoDataDocument();
GeoDataDocument( GeoDataFeature& other );
--- trunk/KDE/kdeedu/marble/src/lib/geodata/data/GeoDataFolder.h #1011096:1011097
@@ -47,7 +47,8 @@
class GeoDataFolderPrivate;
-class GEODATA_EXPORT GeoDataFolder : public GeoDataContainer {
+class GEODATA_EXPORT GeoDataFolder : public GeoDataContainer
+{
public:
GeoDataFolder();
GeoDataFolder( const GeoDataFolder& other );
--- trunk/KDE/kdeedu/marble/src/lib/geodata/data/GeoDataLineString.h #1011096:1011097
@@ -71,7 +71,8 @@
geodesic bounding box or the length of a LineString.
*/
-class GEODATA_EXPORT GeoDataLineString : public GeoDataGeometry {
+class GEODATA_EXPORT GeoDataLineString : public GeoDataGeometry
+{
public:
typedef QVector<GeoDataCoordinates>::Iterator Iterator;
--- trunk/KDE/kdeedu/marble/src/lib/geodata/data/GeoDataLinearRing.h #1011096:1011097
@@ -65,7 +65,8 @@
class GeoDataLinearRingPrivate;
-class GEODATA_EXPORT GeoDataLinearRing : public GeoDataLineString {
+class GEODATA_EXPORT GeoDataLinearRing : public GeoDataLineString
+{
public:
/*!
--- trunk/KDE/kdeedu/marble/src/lib/geodata/data/GeoDataLod.h #1011096:1011097
@@ -41,7 +41,8 @@
It also describes how "quickly" the feature fades in and out.
*/
-class GEODATA_EXPORT GeoDataLod : public GeoDataObject {
+class GEODATA_EXPORT GeoDataLod : public GeoDataObject
+{
public:
/*!
--- trunk/KDE/kdeedu/marble/src/lib/geodata/data/GeoDataMultiGeometry.h #1011096:1011097
@@ -30,7 +30,8 @@
*/
class GeoDataMultiGeometryPrivate;
-class GEODATA_EXPORT GeoDataMultiGeometry : public GeoDataGeometry {
+class GEODATA_EXPORT GeoDataMultiGeometry : public GeoDataGeometry
+{
public:
GeoDataMultiGeometry();
GeoDataMultiGeometry( const GeoDataGeometry& other );
--- trunk/KDE/kdeedu/marble/src/lib/geodata/data/GeoDataObject.h #1011096:1011097
@@ -46,7 +46,8 @@
* Marble.
*/
class GEODATA_EXPORT GeoDataObject : public GeoNode,
- public Serializable {
+ public Serializable
+{
public:
GeoDataObject();
GeoDataObject( const GeoDataObject & );
--- trunk/KDE/kdeedu/marble/src/lib/geodata/data/GeoDataPoint.h #1011096:1011097
@@ -45,7 +45,8 @@
*/
class GEODATA_EXPORT GeoDataPoint : public GeoDataCoordinates,
- public GeoDataGeometry {
+ public GeoDataGeometry
+{
public:
typedef GeoDataCoordinates::Notation Notation;
typedef GeoDataCoordinates::Unit Unit;
--- trunk/KDE/kdeedu/marble/src/lib/geodata/data/GeoDataPolygon.h #1011096:1011097
@@ -78,7 +78,8 @@
\see GeoDataLinearRing
*/
-class GEODATA_EXPORT GeoDataPolygon : public GeoDataGeometry {
+class GEODATA_EXPORT GeoDataPolygon : public GeoDataGeometry
+{
public:
/*!
\brief Creates a new Polygon.
--- trunk/KDE/kdeedu/marble/src/lib/geodata/data/GeoDataRegion.h #1011096:1011097
@@ -46,7 +46,8 @@
that is being looked at by the observer.
*/
-class GEODATA_EXPORT GeoDataRegion : public GeoDataObject {
+class GEODATA_EXPORT GeoDataRegion : public GeoDataObject
+{
public:
/*!
More information about the Marble-commits
mailing list