marble
Marble::JsonParser Class Reference
#include <JsonParser.h>
Public Member Functions | |
JsonParser () | |
~JsonParser () | |
bool | read (QIODevice *) |
GeoDataDocument * | releaseDocument () |
Detailed Description
Definition at line 22 of file JsonParser.h.
Constructor & Destructor Documentation
Marble::JsonParser::JsonParser | ( | ) |
Definition at line 23 of file JsonParser.cpp.
Marble::JsonParser::~JsonParser | ( | ) |
Definition at line 27 of file JsonParser.cpp.
Member Function Documentation
bool Marble::JsonParser::read | ( | QIODevice * | device | ) |
parse the json file
- Returns
- true if the parsed has been successful
Definition at line 39 of file JsonParser.cpp.
GeoDataDocument * Marble::JsonParser::releaseDocument | ( | ) |
retrieve the parsed document and reset the parser If parsing was successful, retrieve the resulting document and set the contained m_document pointer to 0.
Definition at line 32 of file JsonParser.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:45 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:45 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.