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

#include <ZblLogSearchList.h>

Public Member Functions

 LinkNode (qint64 recordID, qint64 seekPos, QList< int > rolesFound)
 
 LinkNode (const LinkNode &linkNode)
 

Public Attributes

qint64 m_recordID
 
qint64 m_seekPos
 
QList< int > m_rolesFound
 

Detailed Description

Definition at line 25 of file ZblLogSearchList.h.

Constructor & Destructor Documentation

◆ LinkNode() [1/2]

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

Definition at line 28 of file ZblLogSearchList.h.

Referenced by Zbl::ZblLogSearchList::addRow().

◆ LinkNode() [2/2]

Zbl::ZblLogSearchList::LinkNode::LinkNode ( const LinkNode linkNode)
inline

Definition at line 31 of file ZblLogSearchList.h.

Member Data Documentation

◆ m_recordID

qint64 Zbl::ZblLogSearchList::LinkNode::m_recordID

Definition at line 38 of file ZblLogSearchList.h.

Referenced by LinkNode(), and Zbl::ZblLogSearch::onSearchRowsMatched().

◆ m_rolesFound

QList<int> Zbl::ZblLogSearchList::LinkNode::m_rolesFound

Definition at line 40 of file ZblLogSearchList.h.

Referenced by LinkNode().

◆ m_seekPos

qint64 Zbl::ZblLogSearchList::LinkNode::m_seekPos

Definition at line 39 of file ZblLogSearchList.h.

Referenced by LinkNode(), and Zbl::ZblLogSearch::onSearchRowsMatched().


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