Baloo::QueryRunnable Class

class Baloo::QueryRunnable
Header: #include <Baloo/QueryRunnable>
CMake: find_package(KF6 REQUIRED COMPONENTS Baloo)
target_link_libraries(mytarget PRIVATE KF6::Baloo)
Inherits: QObject and QRunnable

Public Functions

QueryRunnable(const Baloo::Query &query, QObject *parent = nullptr)
void stop()

Signals

void finished(Baloo::QueryRunnable *queryRunnable)
void queryResult(Baloo::QueryRunnable *queryRunnable, const QString &filePath)

Detailed Description

Member Function Documentation

QueryRunnable::QueryRunnable(const Baloo::Query &query, QObject *parent = nullptr)

[signal] void QueryRunnable::finished(Baloo::QueryRunnable *queryRunnable)

[signal] void QueryRunnable::queryResult(Baloo::QueryRunnable *queryRunnable, const QString &filePath)

void QueryRunnable::stop()