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 | List of all members
Zbl::ZblLogToHistory Class Reference

#include <ZblLogOutput.h>

Inheritance diagram for Zbl::ZblLogToHistory:
Inheritance graph
[legend]
Collaboration diagram for Zbl::ZblLogToHistory:
Collaboration graph
[legend]

Public Member Functions

 ZblLogToHistory (QObject *parent=nullptr)
 
virtual ~ZblLogToHistory ()
 
virtual void updateLogProfileParameters (const QString &profilePath)
 
virtual void sendLogMessage (const ZblLogMessage &msg)
 
- Public Member Functions inherited from Zbl::ZblLogOutput
 ZblLogOutput (QObject *parent=nullptr)
 
virtual ~ZblLogOutput ()
 
QString getMetadata ()
 
- Public Member Functions inherited from Zbl::ZblLogTargetIF
virtual ~ZblLogTargetIF ()
 

Additional Inherited Members

- Public Types inherited from Zbl::ZblLogOutput
typedef QList< ZblLogOutput * > zLogModuleList
 

Detailed Description

Definition at line 124 of file ZblLogOutput.h.

Constructor & Destructor Documentation

◆ ZblLogToHistory()

Zbl::ZblLogToHistory::ZblLogToHistory ( QObject *  parent = nullptr)
explicit

Definition at line 94 of file ZblLogOutput.cpp.

◆ ~ZblLogToHistory()

virtual Zbl::ZblLogToHistory::~ZblLogToHistory ( )
inlinevirtual

Definition at line 131 of file ZblLogOutput.h.

Member Function Documentation

◆ sendLogMessage()

void Zbl::ZblLogToHistory::sendLogMessage ( const ZblLogMessage msg)
virtual

Implements Zbl::ZblLogTargetIF.

Definition at line 105 of file ZblLogOutput.cpp.

◆ updateLogProfileParameters()

void Zbl::ZblLogToHistory::updateLogProfileParameters ( const QString &  profilePath)
virtual

Implements Zbl::ZblLogOutput.

Definition at line 100 of file ZblLogOutput.cpp.


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