marble
Marble::FileLoader Class Reference
#include <FileLoader.h>
Inheritance diagram for Marble::FileLoader:

Signals | |
void | loaderFinished (FileLoader *) |
void | newGeoDataDocumentAdded (GeoDataDocument *) |
Public Member Functions | |
FileLoader (QObject *parent, MarbleModel *model, bool recenter, const QString &file, const QString &property, GeoDataStyle *style, DocumentRole role) | |
FileLoader (QObject *parent, MarbleModel *model, const QString &contents, const QString &name, DocumentRole role) | |
virtual | ~FileLoader () |
GeoDataDocument * | document () |
QString | error () const |
QString | path () const |
bool | recenter () const |
void | run () |
Detailed Description
Definition at line 25 of file FileLoader.h.
Constructor & Destructor Documentation
Marble::FileLoader::FileLoader | ( | QObject * | parent, |
MarbleModel * | model, | ||
bool | recenter, | ||
const QString & | file, | ||
const QString & | property, | ||
GeoDataStyle * | style = new GeoDataStyle() , |
||
DocumentRole | role = UnknownDocument |
||
) |
Definition at line 104 of file FileLoader.cpp.
Marble::FileLoader::FileLoader | ( | QObject * | parent, |
MarbleModel * | model, | ||
const QString & | contents, | ||
const QString & | name, | ||
DocumentRole | role = UnknownDocument |
||
) |
Definition at line 111 of file FileLoader.cpp.
|
virtual |
Definition at line 118 of file FileLoader.cpp.
Member Function Documentation
GeoDataDocument * Marble::FileLoader::document | ( | ) |
Definition at line 128 of file FileLoader.cpp.
QString Marble::FileLoader::error | ( | ) | const |
Definition at line 133 of file FileLoader.cpp.
|
signal |
|
signal |
QString Marble::FileLoader::path | ( | ) | const |
Definition at line 123 of file FileLoader.cpp.
bool Marble::FileLoader::recenter | ( | ) | const |
Definition at line 236 of file FileLoader.cpp.
void Marble::FileLoader::run | ( | ) |
Definition at line 138 of file FileLoader.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:55 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:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.