KNSCore::ResultsStream Class

class KNSCore::ResultsStream

The ResultsStream is returned by EngineBase::search. It is used to communicate the different entries in response to a request using the signal entriesFound. More...

Header: #include <ResultsStream>
CMake: find_package(KF6 REQUIRED COMPONENTS NewStuff)
target_link_libraries(mytarget PRIVATE KF6::NewStuff)
Since: 6.0
Inherits: QObject

Detailed Description

Initially the stream will communicate the entries part of the page as specified in the request. Further pages can be requested using fetchMore.

Once we have reached the end of the requested stream, the object shall emit finished and delete itself.