KRunner Namespace
Header: | #include <KRunner> |
CMake: | find_package(KF6 REQUIRED COMPONENTS Runner) target_link_libraries(mytarget PRIVATE KF6::Runner) |
Classes
class | AbstractRunner |
(since 6.0) class | Action |
class | QueryMatch |
(since 6.0) class | ResultsModel |
class | RunnerContext |
class | RunnerManager |
class | RunnerSyntax |
Detailed Description
Classes
class AbstractRunner
An abstract base class for Plasma Runner plugins. More...
class Action
This class represents an action that will be shown next to a match. More...
class QueryMatch
A match returned by an AbstractRunner in response to a given RunnerContext. More...
class ResultsModel
A model that exposes and sorts results for a given query. More...
class RunnerContext
The RunnerContext class provides information related to a search, including the search term and collected matches. More...
class RunnerManager
The RunnerManager class decides what installed runners are runnable, and their ratings. It is the main proxy to the runners. More...
class RunnerSyntax
Represents a query prototype that the runner accepts. More...