WARNING: USE THIS SOFTWARE AT YOUR OWN RISK! THIS IS EXPERIMENTAL SOFTWARE NOT INTENDED FOR PRODUCTION USE! Zuble is currently an early stage prototype. As such Zuble is minimally tested and inherently unstable. It is provided for experimental, development, and demonstration purposes only. | Zuble QML Types | Zuble C++ Classes | Zuble Overview |
Zuble
0.1
Zuble Framework C++/QML extension API
|
A class for passing log file input error information. More...
#include <ZblLogReader.h>
Public Types | |
enum | zLogErrorType { NO_ERROR = 0, PARSE_ERROR, NOTARRAY_ERROR, FIELDCOUNT_ERROR } |
Public Member Functions | |
ZblLogError () | |
Public Attributes | |
zLogErrorType | errorType |
QJsonParseError | parseError |
QString | formatErrorString |
A class for passing log file input error information.
Definition at line 294 of file ZblLogReader.h.
Enumerator | |
---|---|
NO_ERROR | |
PARSE_ERROR | |
NOTARRAY_ERROR | |
FIELDCOUNT_ERROR |
Definition at line 300 of file ZblLogReader.h.
|
inline |
Definition at line 298 of file ZblLogReader.h.
zLogErrorType Zbl::ZblLogReader::ZblLogError::errorType |
Definition at line 307 of file ZblLogReader.h.
Referenced by Zbl::ZblLogReader::loadRecordLinkMessageText(), Zbl::ZblLogReader::loadRowsAhead(), Zbl::ZblLogReader::parseAndStoreViewportData(), and Zbl::ZblLogReader::parseNextFileRecord().
QString Zbl::ZblLogReader::ZblLogError::formatErrorString |
Definition at line 311 of file ZblLogReader.h.
Referenced by Zbl::ZblLogReader::loadRecordLinkMessageText(), Zbl::ZblLogReader::parseAndStoreViewportData(), and Zbl::ZblLogReader::parseNextFileRecord().
QJsonParseError Zbl::ZblLogReader::ZblLogError::parseError |
Definition at line 309 of file ZblLogReader.h.
Referenced by Zbl::ZblLogReader::loadRecordLinkMessageText(), Zbl::ZblLogReader::loadRowsAhead(), Zbl::ZblLogReader::parseAndStoreViewportData(), and Zbl::ZblLogReader::parseNextFileRecord().
Zuble documentation copyright © 2019 Bob Dinitto. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Zuble is a derivative work of Qt version 5. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.