Plasma
abstractrunner.h
Go to the documentation of this file.
66 Q_PROPERTY(bool matchingSuspended READ isMatchingSuspended WRITE suspendMatching NOTIFY matchingSuspended)
68 Q_PROPERTY(QString description READ description)
69 Q_PROPERTY(QString name READ name)
70 Q_PROPERTY(QIcon icon READ icon)
An abstract base class for Plasma Runner plugins.
Definition abstractrunner.h:64
void matchingSuspended(bool suspended)
Emitted when the runner enters or exits match suspension.
void prepare()
This signal is emitted when matching is about to commence, giving runners an opportunity to prepare t...
void teardown()
This signal is emitted when a session of matches is complete, giving runners the opportunity to tear ...
A match returned by an AbstractRunner in response to a given RunnerContext.
Definition querymatch.h:48
The RunnerContext class provides information related to a search, including the search term,...
Definition runnercontext.h:47
The RunnerManager class decides what installed runners are runnable, and their ratings.
Definition runnermanager.h:50
Provides a restricted interface for scripting a runner.
Definition runnerscript.h:41
Definition runnersyntax.h:41
<Plasma/Version>
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Thu Jul 18 2024 00:00:00 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Thu Jul 18 2024 00:00:00 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.