From kde-commits Fri Apr 11 12:37:51 2008 From: Torsten Rahn Date: Fri, 11 Apr 2008 12:37:51 +0000 To: kde-commits Subject: KDE/kdeedu/marble/src Message-Id: <1207917471.732859.31837.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=120791747811916 SVN commit 795793 by rahn: - Patch by : Jens-Michael Hoffmann M +4 -4 DESIGN --- trunk/KDE/kdeedu/marble/src/DESIGN #795792:795793 @@ -161,7 +161,7 @@ ----------------------------- Quaternion -GeoPoint, GeoPolygon, PntMap +GeoDataPoint, GeoPolygon, PntMap ScreenPolygon, VectorMap @@ -176,9 +176,9 @@ Quaternion A simple implementation of the mathematical concept quaternion. -GeoPoint A point on the earth, (lon, lat) +GeoDataPoint A point on the earth, (lon, lat) GeoPolygon A path or polygon on the earth, consisting of a vector - of GeoPoints + of GeoDataPoints PntMap A collection of GeoPolygons ( QVector ) FIXME: Rename and move from GeoPolygon.h into own file. @@ -195,7 +195,7 @@ used for cities of different size. At this point somewhat arbitrary in its choice of properties. Contains (among others): - - Coordinate (GeoPoint) + - Coordinate (GeoDataPoint) - Role (QChar) -- city, capital, etc - Population (int) - Description (QString)