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

This class allows Zuble log file viewer text search operations to pass search results between threads. More...

#include <ZblLogSearchList.h>

Classes

class  LinkNode
 

Public Member Functions

 ZblLogSearchList ()
 
 ZblLogSearchList (const ZblLogSearchList &linkList)
 
void addRow (qint64 recordID, qint64 seekPos, QList< int > rolesFound)
 

Public Attributes

QList< LinkNodem_links
 

Detailed Description

This class allows Zuble log file viewer text search operations to pass search results between threads.

Definition at line 16 of file ZblLogSearchList.h.

Constructor & Destructor Documentation

◆ ZblLogSearchList() [1/2]

Zbl::ZblLogSearchList::ZblLogSearchList ( )
inline

Definition at line 19 of file ZblLogSearchList.h.

◆ ZblLogSearchList() [2/2]

Zbl::ZblLogSearchList::ZblLogSearchList ( const ZblLogSearchList linkList)
inline

Definition at line 20 of file ZblLogSearchList.h.

Member Function Documentation

◆ addRow()

void Zbl::ZblLogSearchList::addRow ( qint64  recordID,
qint64  seekPos,
QList< int >  rolesFound 
)
inline

Definition at line 43 of file ZblLogSearchList.h.

Referenced by Zbl::ZblLogScanner::scanTableColumnRows().

Member Data Documentation

◆ m_links

QList<LinkNode> Zbl::ZblLogSearchList::m_links

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