|
Engauge Digitizer 2
|
#include "Logger.h"#include <QFileDevice>#include <QMessageBox>#include <QObject>#include "QtToString.h"#include "Xml.h"
Go to the source code of this file.
Functions | |
| QXmlStreamReader::TokenType | loadNextFromReader (QXmlStreamReader &reader) |
| Load next token from xml reader. | |
| void | xmlExitWithError (QXmlStreamReader &reader, const QString &message) |
| Show specified message for an error while reading xml, then quit. | |
| QXmlStreamReader::TokenType loadNextFromReader | ( | QXmlStreamReader & | reader | ) |
Load next token from xml reader.
Definition at line 14 of file Xml.cpp.
| void xmlExitWithError | ( | QXmlStreamReader & | reader, |
| const QString & | message ) |
Show specified message for an error while reading xml, then quit.
The reader will provide filename (if available) and line number
Definition at line 25 of file Xml.cpp.