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
Public Member Functions | Protected Attributes | List of all members
Zbl::ZblLogRecord Class Reference

Contains a cached representation of a log record. More...

#include <ZblLogRecord.h>

Public Member Functions

 ZblLogRecord ()
 
 ZblLogRecord (const ZblLogRecord &other)
 
ZblLogRecordoperator= (const ZblLogRecord &other)
 

Protected Attributes

QByteArray m_ba
 
QVariantList m_vl
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ZblLogRecord() [1/2]

Zbl::ZblLogRecord::ZblLogRecord ( )

Definition at line 30 of file ZblLogRecord.cpp.

◆ ZblLogRecord() [2/2]

Zbl::ZblLogRecord::ZblLogRecord ( const ZblLogRecord other)

Definition at line 34 of file ZblLogRecord.cpp.

Member Function Documentation

◆ operator=()

ZblLogRecord & Zbl::ZblLogRecord::operator= ( const ZblLogRecord other)

Definition at line 41 of file ZblLogRecord.cpp.

Member Data Documentation

◆ m_ba

QByteArray Zbl::ZblLogRecord::m_ba
protected

Definition at line 58 of file ZblLogRecord.h.

Referenced by operator=(), and ZblLogRecord().

◆ m_vl

QVariantList Zbl::ZblLogRecord::m_vl
protected

Definition at line 60 of file ZblLogRecord.h.

Referenced by operator=(), and ZblLogRecord().


The documentation for this class was generated from the following files: