Warning, /education/marble/src/bindings/python/sip/GeoDataAccuracy.sip is written in an unsupported language. File is not indexed.
0001 //
0002 // Copyright 2009 Simon Edwards <simon@simonzone.com>
0003
0004 // Generated by twine
0005
0006 // This file is part of PyKDE4.
0007
0008 // PyKDE4 is free software; you can redistribute it and/or modify
0009 // it under the terms of the GNU Lesser General Public License as
0010 // published by the Free Software Foundation; either version 2.1 of
0011 // the License, or (at your option) any later version.
0012
0013 // PyKDE4 is distributed in the hope that it will be useful,
0014 // but WITHOUT ANY WARRANTY; without even the implied warranty of
0015 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
0016 // GNU General Public License for more details.
0017
0018 // You should have received a copy of the GNU General Public License
0019 // along with this program. If not, see <http://www.gnu.org/licenses/>.
0020
0021 namespace Marble
0022 {
0023
0024 class GeoDataAccuracy
0025 {
0026 %TypeHeaderCode
0027 #include <GeoDataAccuracy.h>
0028 %End
0029
0030
0031
0032 public:
0033 //ig Marble::GeoDataAccuracy::anonymous level;
0034 qreal horizontal;
0035 qreal vertical;
0036 enum Level
0037 {
0038 none,
0039 Country,
0040 Region,
0041 Locality,
0042 PostalCode,
0043 Street,
0044 Detailed
0045 };
0046 GeoDataAccuracy (Marble::GeoDataAccuracy::Level level = Marble::GeoDataAccuracy::none, qreal horizontal = 0.0, qreal vertical = 0.0);
0047 bool operator == (const Marble::GeoDataAccuracy& other) const;
0048 };
0049 // GeoDataAccuracy
0050
0051 };
0052 // Marble
0053
0054