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
|
This class allows Zuble log file viewer text search operations to pass log record link parameters between threads. More...
#include <ZblLogLinkList.h>
Classes | |
class | LinkNode |
Public Member Functions | |
ZblLogLinkList () | |
ZblLogLinkList (const ZblLogLinkList &linkList) | |
void | addLink (qint64 index, qint64 seekPos) |
void | addMessageText (qint64 index, const QString &messageText) |
Public Attributes | |
QList< LinkNode > | m_links |
This class allows Zuble log file viewer text search operations to pass log record link parameters between threads.
Definition at line 15 of file ZblLogLinkList.h.
|
inline |
Definition at line 18 of file ZblLogLinkList.h.
|
inline |
Definition at line 19 of file ZblLogLinkList.h.
|
inline |
Definition at line 34 of file ZblLogLinkList.h.
Referenced by Zbl::ZblLogMapData::getLogLinkList().
|
inline |
Definition at line 39 of file ZblLogLinkList.h.
QList<LinkNode> Zbl::ZblLogLinkList::m_links |
Definition at line 44 of file ZblLogLinkList.h.
Referenced by addLink(), addMessageText(), Zbl::ZblLogReader::loadRecordLinkMessageText(), Zbl::ZblLogSearch::onLinkTextComplete(), Zbl::ZblLogSearch::populateLinkModel(), and ZblLogLinkList().
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.