marble
#include <ParsingRunner.h>
Signals | |
void | parsingFinished (GeoDataDocument *document, const QString &error=QString()) |
Public Member Functions | |
ParsingRunner (QObject *parent=0) | |
virtual void | parseFile (const QString &fileName, DocumentRole role)=0 |
Detailed Description
Definition at line 23 of file ParsingRunner.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 15 of file ParsingRunner.cpp.
Member Function Documentation
|
pure virtual |
Start a file parsing.
Called by MarbleRunnerManager, runners are expected to return the result via the parsingFinished signal. If implemented in a plugin, make sure to include Parsing in the plugin capabilities, otherwise MarbleRunnerManager will ignore the plugin
Implemented in Marble::Pn2Runner, Marble::LogRunner, Marble::JsonRunner, Marble::CacheRunner, Marble::GpxRunner, Marble::KmlRunner, Marble::OsmRunner, Marble::PntRunner, and Marble::ShpRunner.
|
signal |
File parsing is finished, result in the given document object.
The signal should be emitted with null document and error description in case of fault. To be emitted by runners after a
- See also
- parseFile call.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:56 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.