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 to pass parsing error messages from QXmlQuery to a listener. The message is passed as a JSON object. More...
#include <ZMessageHandler.h>
Public Member Functions | |
ZxMessageHandler (ZxMessageListener *listener) | |
Protected Member Functions | |
void | handleMessage (QtMsgType type, const QString &description, const QUrl &identifier, const QSourceLocation &sourceLocation) |
Protected Attributes | |
ZxMessageListener * | m_listener |
A class to pass parsing error messages from QXmlQuery to a listener. The message is passed as a JSON object.
Definition at line 41 of file ZMessageHandler.h.
Zbl::ZxMessageHandler::ZxMessageHandler | ( | ZxMessageListener * | listener | ) |
Definition at line 33 of file ZMessageHandler.cpp.
|
protected |
Definition at line 38 of file ZMessageHandler.cpp.
|
protected |
Definition at line 55 of file ZMessageHandler.h.
Referenced by handleMessage().
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.