marble
Go to the documentation of this file.
11 #ifndef MARBLE_MAPWIZARD_H
12 #define MARBLE_MAPWIZARD_H
28 class GeoSceneDocument;
31 class MapWizardPrivate;
41 QStringList wmsServers()
const;
42 void setWmsServers(
const QStringList& uris );
44 QStringList staticUrlServers()
const;
45 void setStaticUrlServers(
const QStringList& uris );
47 static QString createArchive(
QWidget *parent, QString mapId );
48 static void deleteArchive( QString mapId );
51 virtual void accept();
52 virtual bool validateCurrentPage();
53 virtual int nextId()
const;
57 void queryServerCapabilities();
58 void parseServerCapabilities( QNetworkReply* reply );
59 void createWmsLegend( QNetworkReply* reply );
62 void querySourceImage();
63 void queryPreviewImage();
64 void queryLegendImage();
67 void autoFillDetails();
68 void downloadLevelZero();
69 void createLevelZero( QNetworkReply* reply = 0 );
73 Q_PRIVATE_SLOT( d,
void pageEntered(
int ) )
77 void createLegendHtml( QString image =
"./legend/legend.png" );
78 void createLegendFile();
80 void downloadLegend(
const QString& url );
83 MapWizardPrivate *
const d;
A container for features parsed from the DGML file.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:51 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.