marble
tools/poly2kml/main.cpp File Reference
#include <QCoreApplication>
#include <QFile>
#include <QFileInfo>
#include <QTextStream>
#include <QTime>
#include <QDebug>
#include "geodata/parser/GeoDataParser.h"
#include "geodata/data/GeoDataLineString.h"
#include "geodata/data/GeoDataDocument.h"
#include "geodata/data/GeoDataFolder.h"
#include "geodata/data/GeoDataPlacemark.h"
#include "geodata/data/GeoDataMultiGeometry.h"
#include "geodata/data/GeoDataStyle.h"
#include "geodata/data/GeoDataStyleMap.h"
#include "geodata/data/GeoDataLineStyle.h"
#include "geodata/data/GeoDataData.h"
#include "geodata/data/GeoDataExtendedData.h"
#include "geodata/writer/GeoWriter.h"
Include dependency graph for tools/poly2kml/main.cpp:
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
void | parseBoundingBox (const QFileInfo &file, const QString &name, const QString &version, const QString &date, const QString &transport, const QString &payload, GeoDataDocument *document) |
QColor | randomColor () |
int | save (GeoDataDocument *document, const QFileInfo &filename) |
int | usage () |
Function Documentation
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 152 of file tools/poly2kml/main.cpp.
void parseBoundingBox | ( | const QFileInfo & | file, |
const QString & | name, | ||
const QString & | version, | ||
const QString & | date, | ||
const QString & | transport, | ||
const QString & | payload, | ||
GeoDataDocument * | document | ||
) |
Definition at line 52 of file tools/poly2kml/main.cpp.
QColor randomColor | ( | ) |
Definition at line 44 of file tools/poly2kml/main.cpp.
int save | ( | GeoDataDocument * | document, |
const QFileInfo & | filename | ||
) |
Definition at line 133 of file tools/poly2kml/main.cpp.
int usage | ( | ) |
Definition at line 33 of file tools/poly2kml/main.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.