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 | Protected Attributes | Friends | List of all members
Zbl::ZblLogSearchParams Class Reference

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

#include <ZblLogSearchParams.h>

Public Member Functions

 ZblLogSearchParams ()
 
 ZblLogSearchParams (ZblLogSearch::TextSearchDirections directions, qint64 startPos, QList< int > roles, QString searchPhrase, int type)
 
 ZblLogSearchParams (const ZblLogSearchParams &params)
 
bool forward () const
 
bool backward () const
 
qint64 origin () const
 
QList< int > roles () const
 
QString phrase () const
 
textSearchType searchType () const
 
bool isValid () const
 

Protected Attributes

bool m_forward
 
bool m_backward
 
qint64 m_startPos
 
QList< int > m_roles
 
QString m_searchPhrase
 
textSearchType m_type
 
bool m_valid
 

Friends

class ZblLogBkSearch
 

Detailed Description

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

Definition at line 19 of file ZblLogSearchParams.h.

Constructor & Destructor Documentation

◆ ZblLogSearchParams() [1/3]

Zbl::ZblLogSearchParams::ZblLogSearchParams ( )

Definition at line 8 of file ZblLogSearchParams.cpp.

Referenced by ZblLogSearchParams().

◆ ZblLogSearchParams() [2/3]

Zbl::ZblLogSearchParams::ZblLogSearchParams ( ZblLogSearch::TextSearchDirections  directions,
qint64  startPos,
QList< int >  roles,
QString  searchPhrase,
int  type 
)

Definition at line 20 of file ZblLogSearchParams.cpp.

◆ ZblLogSearchParams() [3/3]

Zbl::ZblLogSearchParams::ZblLogSearchParams ( const ZblLogSearchParams params)

Definition at line 38 of file ZblLogSearchParams.cpp.

Member Function Documentation

◆ backward()

bool Zbl::ZblLogSearchParams::backward ( ) const
inline

Definition at line 43 of file ZblLogSearchParams.h.

◆ forward()

bool Zbl::ZblLogSearchParams::forward ( ) const
inline

Definition at line 42 of file ZblLogSearchParams.h.

◆ isValid()

bool Zbl::ZblLogSearchParams::isValid ( ) const
inline

Definition at line 48 of file ZblLogSearchParams.h.

◆ origin()

qint64 Zbl::ZblLogSearchParams::origin ( ) const
inline

◆ phrase()

QString Zbl::ZblLogSearchParams::phrase ( ) const
inline

Definition at line 46 of file ZblLogSearchParams.h.

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

◆ roles()

QList<int> Zbl::ZblLogSearchParams::roles ( ) const
inline

◆ searchType()

textSearchType Zbl::ZblLogSearchParams::searchType ( ) const
inline

Definition at line 47 of file ZblLogSearchParams.h.

Friends And Related Function Documentation

◆ ZblLogBkSearch

friend class ZblLogBkSearch
friend

Definition at line 21 of file ZblLogSearchParams.h.

Member Data Documentation

◆ m_backward

bool Zbl::ZblLogSearchParams::m_backward
protected

Definition at line 53 of file ZblLogSearchParams.h.

Referenced by backward(), and ZblLogSearchParams().

◆ m_forward

bool Zbl::ZblLogSearchParams::m_forward
protected

Definition at line 52 of file ZblLogSearchParams.h.

Referenced by forward(), and ZblLogSearchParams().

◆ m_roles

QList<int> Zbl::ZblLogSearchParams::m_roles
protected

Definition at line 55 of file ZblLogSearchParams.h.

Referenced by roles(), and ZblLogSearchParams().

◆ m_searchPhrase

QString Zbl::ZblLogSearchParams::m_searchPhrase
protected

Definition at line 56 of file ZblLogSearchParams.h.

Referenced by phrase(), and ZblLogSearchParams().

◆ m_startPos

qint64 Zbl::ZblLogSearchParams::m_startPos
protected

Definition at line 54 of file ZblLogSearchParams.h.

Referenced by origin(), and ZblLogSearchParams().

◆ m_type

textSearchType Zbl::ZblLogSearchParams::m_type
protected

Definition at line 57 of file ZblLogSearchParams.h.

Referenced by searchType(), and ZblLogSearchParams().

◆ m_valid

bool Zbl::ZblLogSearchParams::m_valid
protected

Definition at line 58 of file ZblLogSearchParams.h.

Referenced by isValid(), and ZblLogSearchParams().


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