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 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 ¶ms) | |
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 |
This class allows Zuble log file viewer text search operations to pass parameters between threads.
Definition at line 19 of file ZblLogSearchParams.h.
Zbl::ZblLogSearchParams::ZblLogSearchParams | ( | ) |
Definition at line 8 of file ZblLogSearchParams.cpp.
Referenced by ZblLogSearchParams().
Zbl::ZblLogSearchParams::ZblLogSearchParams | ( | ZblLogSearch::TextSearchDirections | directions, |
qint64 | startPos, | ||
QList< int > | roles, | ||
QString | searchPhrase, | ||
int | type | ||
) |
Definition at line 20 of file ZblLogSearchParams.cpp.
Zbl::ZblLogSearchParams::ZblLogSearchParams | ( | const ZblLogSearchParams & | params | ) |
Definition at line 38 of file ZblLogSearchParams.cpp.
|
inline |
Definition at line 43 of file ZblLogSearchParams.h.
|
inline |
Definition at line 42 of file ZblLogSearchParams.h.
|
inline |
Definition at line 48 of file ZblLogSearchParams.h.
|
inline |
Definition at line 44 of file ZblLogSearchParams.h.
Referenced by Zbl::ZblLogReader::loadRowsAhead(), and Zbl::ZblLogReader::loadRowsBehind().
|
inline |
Definition at line 46 of file ZblLogSearchParams.h.
Referenced by Zbl::ZblLogScanner::scanTextValue().
|
inline |
Definition at line 45 of file ZblLogSearchParams.h.
Referenced by Zbl::ZblLogScanner::markupOrdinalRoleList(), Zbl::ZblLogScanner::scanModelColumnRows(), Zbl::ZblLogScanner::scanTableColumnRows(), and ZblLogSearchParams().
|
inline |
Definition at line 47 of file ZblLogSearchParams.h.
|
friend |
Definition at line 21 of file ZblLogSearchParams.h.
|
protected |
Definition at line 53 of file ZblLogSearchParams.h.
Referenced by backward(), and ZblLogSearchParams().
|
protected |
Definition at line 52 of file ZblLogSearchParams.h.
Referenced by forward(), and ZblLogSearchParams().
|
protected |
Definition at line 55 of file ZblLogSearchParams.h.
Referenced by roles(), and ZblLogSearchParams().
|
protected |
Definition at line 56 of file ZblLogSearchParams.h.
Referenced by phrase(), and ZblLogSearchParams().
|
protected |
Definition at line 54 of file ZblLogSearchParams.h.
Referenced by origin(), and ZblLogSearchParams().
|
protected |
Definition at line 57 of file ZblLogSearchParams.h.
Referenced by searchType(), and ZblLogSearchParams().
|
protected |
Definition at line 58 of file ZblLogSearchParams.h.
Referenced by isValid(), and ZblLogSearchParams().
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.