marble
FileManager.h
Go to the documentation of this file.
56 void addFile( const QString &fileName, const QString &property, GeoDataStyle* style, DocumentRole role, bool recenter = false );
62 void addFile( const QStringList &fileNames, const QStringList &propertyList, const QList<GeoDataStyle*> &styles, DocumentRole role );
A container for Features, Styles and in the future Schemas.
Definition: GeoDataDocument.h:64
void saveFile(GeoDataDocument *document)
Definition: FileManager.cpp:148
void fileAdded(const QString &key)
Definition: FileLoader.h:25
void centeredDocument(const GeoDataLatLonBox &)
void addData(const QString &name, const QString &data, DocumentRole role)
add Data containing KML code as string
Definition: FileManager.cpp:102
This class is responsible for loading the different files into Geodata model.
Definition: FileManager.h:36
void removeFile(const QString &fileName)
removes an existing file from the manager
Definition: FileManager.cpp:117
void closeFile(GeoDataDocument *document)
Definition: FileManager.cpp:153
void addFile(const QString &fileName, const QString &property, GeoDataStyle *style, DocumentRole role, bool recenter=false)
Loads a new file into the manager.
Definition: FileManager.cpp:77
FileManager(MarbleModel *model, QObject *parent=0)
Creates a new file manager.
Definition: FileManager.cpp:65
The data model (not based on QAbstractModel) for a MarbleWidget.
Definition: MarbleModel.h:96
void fileRemoved(const QString &key)
A class that defines a 2D bounding box for geographic data.
Definition: GeoDataLatLonBox.h:51
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:49 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:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.