marble
#include <Pn2Runner.h>

Public Member Functions | |
Pn2Runner (QObject *parent=0) | |
~Pn2Runner () | |
bool | errorCheckLat (qint16 lat) |
bool | errorCheckLon (qint16 lon) |
bool | importPolygon (QDataStream &stream, GeoDataLineString *linestring, quint32 nrAbsoluteNodes) |
virtual void | parseFile (const QString &fileName, DocumentRole role) |
![]() | |
ParsingRunner (QObject *parent=0) | |
Additional Inherited Members | |
![]() | |
void | parsingFinished (GeoDataDocument *document, const QString &error=QString()) |
Detailed Description
Definition at line 20 of file Pn2Runner.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 51 of file Pn2Runner.cpp.
Marble::Pn2Runner::~Pn2Runner | ( | ) |
Definition at line 56 of file Pn2Runner.cpp.
Member Function Documentation
bool Marble::Pn2Runner::errorCheckLat | ( | qint16 | lat | ) |
Definition at line 60 of file Pn2Runner.cpp.
bool Marble::Pn2Runner::errorCheckLon | ( | qint16 | lon | ) |
Definition at line 68 of file Pn2Runner.cpp.
bool Marble::Pn2Runner::importPolygon | ( | QDataStream & | stream, |
GeoDataLineString * | linestring, | ||
quint32 | nrAbsoluteNodes | ||
) |
Definition at line 76 of file Pn2Runner.cpp.
|
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
Implements Marble::ParsingRunner.
Definition at line 115 of file Pn2Runner.cpp.
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.