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
|
Contains a cached representation of a log record. More...
#include <ZblLogRecord.h>
Public Member Functions | |
ZblLogRecord () | |
ZblLogRecord (const ZblLogRecord &other) | |
ZblLogRecord & | operator= (const ZblLogRecord &other) |
Protected Attributes | |
QByteArray | m_ba |
QVariantList | m_vl |
Contains a cached representation of a log record.
TBD: UNUSED, MAY BE DEPRECATED.
Caching is done in stages. First stage is to store the byte array read in from the file object. Second stage is to convert the byte array from text to a QVariantList and store that. Third stage is to copy the QVariantList to the log record data model.
TBD: this class is currently UNUSED!
Definition at line 49 of file ZblLogRecord.h.
Zbl::ZblLogRecord::ZblLogRecord | ( | ) |
Definition at line 30 of file ZblLogRecord.cpp.
Zbl::ZblLogRecord::ZblLogRecord | ( | const ZblLogRecord & | other | ) |
Definition at line 34 of file ZblLogRecord.cpp.
ZblLogRecord & Zbl::ZblLogRecord::operator= | ( | const ZblLogRecord & | other | ) |
Definition at line 41 of file ZblLogRecord.cpp.
|
protected |
Definition at line 58 of file ZblLogRecord.h.
Referenced by operator=(), and ZblLogRecord().
|
protected |
Definition at line 60 of file ZblLogRecord.h.
Referenced by operator=(), and ZblLogRecord().
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.