|
enum | { PositiveSphereIndex = 0,
NegativeSphereIndex = 1
} |
|
enum | { Q_X = 0,
Q_Y = 1,
Q_Z = 2,
Q_W = 3
} |
|
enum | AltitudeMode { ClampToGround,
RelativeToGround,
Absolute
} |
|
enum | AngleUnit { DMSDegree,
DecimalDegree,
UTM
} |
|
enum | Dimension { Latitude,
Longitude
} |
|
enum | DocumentRole {
UnknownDocument,
MapDocument,
UserDocument,
TrackingDocument,
BookmarkDocument,
SearchResultDocument
} |
|
enum | DownloadUsage { DownloadBulk,
DownloadBrowse
} |
|
enum | DragLocation { KeepAxisVertically,
FollowMousePointer
} |
|
enum | ElementType { NoType,
NodeType,
WayType,
RelationType
} |
|
enum | EnumFeatureId {
InvalidFeatureId = -1,
GeoDataDocumentId = 1,
GeoDataFolderId,
GeoDataPlacemarkId,
GeoDataNetworkLinkId,
GeoDataScreenOverlayId,
GeoDataGroundOverlayId
} |
|
enum | EnumGeometryId {
InvalidGeometryId = -1,
GeoDataPointId = 1,
GeoDataLineStringId,
GeoDataLinearRingId,
GeoDataPolygonId,
GeoDataMultiGeometryId,
GeoDataMultiTrackId,
GeoDataModelId,
GeoDataTrackId
} |
|
enum | FlyToMode { Automatic,
Instant,
Linear,
Jump
} |
|
enum | GeoDataSourceType { GeoData_UNKNOWN = -1,
GeoData_KML = 1,
GeoData_GeoRSS = 2
} |
|
enum | GeoSceneSourceType { GeoScene_DGML = 0
} |
|
enum | GraphicsSystem { NativeGraphics,
RasterGraphics,
OpenGLGraphics
} |
|
enum | LabelLocalization { CustomAndNative,
Custom,
Native
} |
|
enum | LabelPositionFlag {
NoLabel = 0x0,
LineStart = 0x1,
LineCenter = 0x2,
LineEnd = 0x4,
IgnoreXMargin = 0x8,
IgnoreYMargin = 0x10
} |
|
enum | MapQuality {
OutlineQuality,
LowQuality,
NormalQuality,
HighQuality,
PrintQuality
} |
|
enum | OnStartup { ShowHomeLocation,
LastLocationVisited
} |
|
enum | Pole { AnyPole,
NorthPole,
SouthPole
} |
|
enum | polygonFlagType {
LINESTRING = 0,
LINEARRING = 1,
OUTERBOUNDARY = 2,
INNERBOUNDARY = 3,
MULTIGEOMETRY = 4
} |
|
enum | PositionProviderStatus { PositionProviderStatusError = 0,
PositionProviderStatusUnavailable,
PositionProviderStatusAcquiring,
PositionProviderStatusAvailable
} |
|
enum | Projection { Spherical,
Equirectangular,
Mercator
} |
|
enum | ProxyType { HttpProxy,
Socks5Proxy
} |
|
enum | RelationRole { None,
Outer,
Inner
} |
|
enum | SearchMode { GlobalSearch,
AreaSearch
} |
|
enum | TessellationFlag {
NoTessellation = 0x0,
Tessellate = 0x1,
RespectLatitudeCircle = 0x2,
FollowGround = 0x4,
RotationIndicatesFill = 0x8,
SkipLatLonNormalization = 0x10
} |
|
enum | ViewContext { Still,
Animation
} |
|
|
template<class T , class U > |
bool | appendPlugin (QObject *obj, QPluginLoader *&loader, QList< T * > &plugins) |
|
template<class T , class U > |
bool | appendPlugin (QObject *obj, QPluginLoader *&loader, QList< const T * > &plugins) |
|
const QSize | borderSpacing (4, 4) |
|
const QString | descriptionPrefix ("description_") |
|
qreal | distanceSphere (qreal lon1, qreal lat1, qreal lon2, qreal lat2) |
|
qreal | distanceSphere (const GeoDataCoordinates &coords1, const GeoDataCoordinates &coords2) |
|
qreal | distanceSphereApprox (qreal lon1, qreal lat1, qreal lon2, qreal lat2) |
|
qreal | gdInv (qreal x) |
|
GeoDataDocument * | geoDataDoc (GeoParser &parser) |
|
GeoSceneDocument * | geoSceneDoc (GeoParser &parser) |
|
static QString | guessWikipediaDomain () |
|
const QSize | imageSize (28, 28) |
|
static bool | lessThanByPointer (const AbstractDataPluginItem *item1, const AbstractDataPluginItem *item2) |
|
QDebug | mDebug () |
|
bool | moreImportantAdminArea (const OsmRegion &a, const OsmRegion b) |
|
bool | operator!= (GeoDataLatLonBox const &lhs, GeoDataLatLonBox const &rhs) |
|
QTextStream & | operator<< (QTextStream &stream, const RoutingPoint &p) |
|
QTextStream & | operator<< (QTextStream &stream, const RoutingInstruction &i) |
|
bool | operator== (GeoDataLatLonAltBox const &lhs, GeoDataLatLonAltBox const &rhs) |
|
bool | operator== (const DownloadPolicyKey &lhs, const DownloadPolicyKey &rhs) |
|
bool | operator== (GeoDataLatLonBox const &lhs, GeoDataLatLonBox const &rhs) |
|
bool | operator== (const DownloadPolicy &lhs, const DownloadPolicy &rhs) |
|
uint | qHash (TileId const &) |
|
uint | qHash (const GeoDataLatLonAltBox &r) |
|
static GeoTagWriterRegistrar | s_writerBallonStyle (GeoTagWriter::QualifiedName(GeoDataTypes::GeoDataBalloonStyleType, kml::kmlTag_nameSpace22), new KmlBalloonStyleTagWriter()) |
|
static GeoTagWriterRegistrar | s_writerData (GeoTagWriter::QualifiedName(GeoDataTypes::GeoDataDataType, kml::kmlTag_nameSpace22), new KmlDataTagWriter()) |
|
static GeoTagWriterRegistrar | s_writerDgml (GeoTagWriter::QualifiedName("", dgml::dgmlTag_nameSpace20), new DgmlTagWriter()) |
|
static GeoTagWriterRegistrar | s_writerDocument (GeoTagWriter::QualifiedName("GeoSceneDocument", dgml::dgmlTag_nameSpace20), new DgmlDocumentTagWriter()) |
|
static GeoTagWriterRegistrar | s_writerDocument (GeoTagWriter::QualifiedName(GeoDataTypes::GeoDataFolderType, kml::kmlTag_nameSpace22), new KmlFolderTagWriter()) |
|
static GeoTagWriterRegistrar | s_writerDocument (GeoTagWriter::QualifiedName(GeoDataTypes::GeoDataDocumentType, kml::kmlTag_nameSpace22), new KmlDocumentTagWriter()) |
|
static GeoTagWriterRegistrar | s_writerExtendedData (GeoTagWriter::QualifiedName(GeoDataTypes::GeoDataExtendedDataType, kml::kmlTag_nameSpace22), new KmlExtendedDataTagWriter()) |
|
static GeoTagWriterRegistrar | s_writerGeodata (GeoTagWriter::QualifiedName(GeoSceneTypes::GeoSceneGeodataType, dgml::dgmlTag_nameSpace20), new DgmlGeodataTagWriter()) |
|
static GeoTagWriterRegistrar | s_writerHead (GeoTagWriter::QualifiedName(GeoSceneTypes::GeoSceneHeadType, dgml::dgmlTag_nameSpace20), new DgmlHeadTagWriter()) |
|
static GeoTagWriterRegistrar | s_writerIconStyle (GeoTagWriter::QualifiedName(GeoDataTypes::GeoDataIconStyleType, kml::kmlTag_nameSpace22), new KmlIconStyleTagWriter) |
|
static GeoTagWriterRegistrar | s_writerItem (GeoTagWriter::QualifiedName(GeoSceneTypes::GeoSceneItemType, dgml::dgmlTag_nameSpace20), new DgmlItemTagWriter()) |
|
static GeoTagWriterRegistrar | s_writerKml (GeoTagWriter::QualifiedName("", kml::kmlTag_nameSpace22), new KmlTagWriter()) |
|
static GeoTagWriterRegistrar | s_writerLatLonQuad (GeoTagWriter::QualifiedName(GeoDataTypes::GeoDataLatLonQuadType, kml::kmlTag_nameSpace22), new KmlLatLonQuadWriter) |
|
static GeoTagWriterRegistrar | s_writerLayer (GeoTagWriter::QualifiedName(GeoSceneTypes::GeoSceneLayerType, dgml::dgmlTag_nameSpace20), new DgmlLayerTagWriter()) |
|
static GeoTagWriterRegistrar | s_writerLegend (GeoTagWriter::QualifiedName(GeoSceneTypes::GeoSceneLegendType, dgml::dgmlTag_nameSpace20), new DgmlLegendTagWriter()) |
|
static GeoTagWriterRegistrar | s_writerLineStyle (GeoTagWriter::QualifiedName(GeoDataTypes::GeoDataPolyStyleType, kml::kmlTag_nameSpace22), new KmlPolyStyleTagWriter) |
|
static GeoTagWriterRegistrar | s_writerLineStyle (GeoTagWriter::QualifiedName(GeoDataTypes::GeoDataLineStyleType, kml::kmlTag_nameSpace22), new KmlLineStyleTagWriter) |
|
static GeoTagWriterRegistrar | s_writerLink (GeoTagWriter::QualifiedName(GeoDataTypes::GeoDataLinkType, kml::kmlTag_nameSpace22), new KmlLinkTagWriter) |
|
static GeoTagWriterRegistrar | s_writerListStyle (GeoTagWriter::QualifiedName(GeoDataTypes::GeoDataListStyleType, kml::kmlTag_nameSpace22), new KmlListStyleTagWriter()) |
|
static GeoTagWriterRegistrar | s_writerLookAt (GeoTagWriter::QualifiedName(GeoDataTypes::GeoDataLatLonBoxType, kml::kmlTag_nameSpace22), new KmlLatLonBoxWriter) |
|
static GeoTagWriterRegistrar | s_writerLookAt (GeoTagWriter::QualifiedName(GeoDataTypes::GeoDataTimeSpanType, kml::kmlTag_nameSpace22), new KmlTimeSpanWriter) |
|
static GeoTagWriterRegistrar | s_writerLookAt (GeoTagWriter::QualifiedName(GeoDataTypes::GeoDataLinearRingType, kml::kmlTag_nameSpace22), new KmlLinearRingTagWriter) |
|
static GeoTagWriterRegistrar | s_writerLookAt (GeoTagWriter::QualifiedName(GeoDataTypes::GeoDataPolygonType, kml::kmlTag_nameSpace22), new KmlPolygonTagWriter) |
|
static GeoTagWriterRegistrar | s_writerLookAt (GeoTagWriter::QualifiedName(GeoDataTypes::GeoDataLineStringType, kml::kmlTag_nameSpace22), new KmlLineStringTagWriter) |
|
static GeoTagWriterRegistrar | s_writerLookAt (GeoTagWriter::QualifiedName(GeoDataTypes::GeoDataLookAtType, kml::kmlTag_nameSpace22), new KmlLookAtTagWriter()) |
|
static GeoTagWriterRegistrar | s_writerLookAt (GeoTagWriter::QualifiedName(GeoDataTypes::GeoDataPhotoOverlayType, kml::kmlTag_nameSpace22), new KmlPhotoOverlayWriter) |
|
static GeoTagWriterRegistrar | s_writerLookAt (GeoTagWriter::QualifiedName(GeoDataTypes::GeoDataScreenOverlayType, kml::kmlTag_nameSpace22), new KmlScreenOverlayWriter) |
|
static GeoTagWriterRegistrar | s_writerLookAt (GeoTagWriter::QualifiedName(GeoDataTypes::GeoDataGroundOverlayType, kml::kmlTag_nameSpace22), new KmlGroundOverlayWriter) |
|
static GeoTagWriterRegistrar | s_writerMap (GeoTagWriter::QualifiedName(GeoSceneTypes::GeoSceneMapType, dgml::dgmlTag_nameSpace20), new DgmlMapTagWriter()) |
|
static GeoTagWriterRegistrar | s_writerModel (GeoTagWriter::QualifiedName(GeoDataTypes::GeoDataModelType, kml::kmlTag_nameSpace22), new KmlModelTagWriter) |
|
static GeoTagWriterRegistrar | s_writerMultiGeometry (GeoTagWriter::QualifiedName(GeoDataTypes::GeoDataMultiGeometryType, kml::kmlTag_nameSpace22), new KmlMultiGeometryTagWriter) |
|
static GeoTagWriterRegistrar | s_writerMultiTrack (GeoTagWriter::QualifiedName(GeoDataTypes::GeoDataMultiTrackType, kml::kmlTag_nameSpace22), new KmlMultiTrackTagWriter) |
|
static GeoTagWriterRegistrar | s_writerNetworkLink (GeoTagWriter::QualifiedName(GeoDataTypes::GeoDataNetworkLinkType, kml::kmlTag_nameSpace22), new KmlNetworkLinkTagWriter) |
|
static GeoTagWriterRegistrar | s_writerPlacemark (GeoTagWriter::QualifiedName(GeoDataTypes::GeoDataPlacemarkType, kml::kmlTag_nameSpace22), new KmlPlacemarkTagWriter()) |
|
static GeoTagWriterRegistrar | s_writerPoint (GeoTagWriter::QualifiedName(GeoDataTypes::GeoDataPointType, kml::kmlTag_nameSpace22), new KmlPointTagWriter()) |
|
static GeoTagWriterRegistrar | s_writerSection (GeoTagWriter::QualifiedName(GeoSceneTypes::GeoSceneSectionType, dgml::dgmlTag_nameSpace20), new DgmlSectionTagWriter()) |
|
static GeoTagWriterRegistrar | s_writerSettings (GeoTagWriter::QualifiedName(GeoSceneTypes::GeoSceneSettingsType, dgml::dgmlTag_nameSpace20), new DgmlSettingsTagWriter()) |
|
static GeoTagWriterRegistrar | s_writerStyle (GeoTagWriter::QualifiedName(GeoDataTypes::GeoDataStyleType, kml::kmlTag_nameSpace22), new KmlStyleTagWriter) |
|
static GeoTagWriterRegistrar | s_writerStyleMap (GeoTagWriter::QualifiedName(GeoDataTypes::GeoDataStyleMapType, kml::kmlTag_nameSpace22), new KmlStyleMapTagWriter) |
|
static GeoTagWriterRegistrar | s_writerTexture (GeoTagWriter::QualifiedName(GeoSceneTypes::GeoSceneTiledType, dgml::dgmlTag_nameSpace20), new DgmlTextureTagWriter()) |
|
static GeoTagWriterRegistrar | s_writerTimeStamp (GeoTagWriter::QualifiedName(GeoDataTypes::GeoDataTimeStampType, kml::kmlTag_nameSpace22), new KmlTimeStampTagWriter()) |
|
static GeoTagWriterRegistrar | s_writerVector (GeoTagWriter::QualifiedName(GeoSceneTypes::GeoSceneVectorType, dgml::dgmlTag_nameSpace20), new DgmlVectorTagWriter()) |
|
QVector
< GeoDataFeature::GeoDataVisualCategory > | sortedVisualCategories () |
|
static void | switchSign (QComboBox *sign) |
|
QString | templateName (RoutingProfilesModel::ProfileTemplate profileTemplate) |
|
bool | zValueLessThan (GeoGraphicsItem *i1, GeoGraphicsItem *i2) |
|
bool | zValueLessThan (const LayerInterface *const one, const LayerInterface *const two) |
|
Tiled dataset stored in a layer.
This file is part of the Marble Virtual Globe.
A QAbstractItemModel that contains a list of routing instructions.
A public class that adds methods to the UI Plugins Settings Widget.
- Todo:
- FIXME after freeze: Rename to AddBookmarkDialog
TextureTile and VectorTile layes inherit from this class.
Each item represents a routing step in the way from source to destination. Steps near the source come first, steps near the target last.
Copyright 2005-2007 Torsten Rahn tacka.nosp@m.t@kd.nosp@m.e.org Copyright 2007 Inge Wallin ingwa.nosp@m.@kde.nosp@m..org Copyright 2008 Patrick Spendrin ps_ml.nosp@m.@gmx.nosp@m..de Copyright 2008 Jens-Michael Hoffmann jensm.nosp@m.h@gm.nosp@m.x.de
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.
You should have received a copy of the GNU Library General Public License along with this library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.