Marble
FileManager.h
44 explicit FileManager(GeoDataTreeModel *treeModel, const PluginManager *pluginManager, QObject *parent = nullptr);
int pendingFiles() const
Returns the number of files being opened at the moment.
Definition FileManager.cpp:157
void addFile(const QString &fileName, const QString &property, const GeoDataStyle::Ptr &style, DocumentRole role, int renderOrder=0, bool recenter=false)
Loads a new file into the manager.
Definition FileManager.cpp:69
FileManager(GeoDataTreeModel *treeModel, const PluginManager *pluginManager, QObject *parent=nullptr)
Creates a new file manager.
Definition FileManager.cpp:58
void removeFile(const QString &fileName)
removes an existing file from the manager
Definition FileManager.cpp:101
void addData(const QString &name, const QString &data, DocumentRole role)
add Data containing KML code as string
Definition FileManager.cpp:87
A container for Features, Styles and in the future Schemas.
Definition GeoDataDocument.h:48
A class that defines a 2D bounding box for geographic data.
Definition GeoDataLatLonBox.h:45
The representation of GeoData in a model This class represents all available data given by kml-data f...
Definition GeoDataTreeModel.h:28
Binds a QML item to a specific geodetic location in screen coordinates.
Definition AbstractDataPlugin.cpp:23
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
QObject * parent() const const
QVariant property(const char *name) const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:52:08 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:52:08 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.