Plasma
runnersyntax.cpp
Go to the documentation of this file.
Definition: runnersyntax.h:41
void setDescription(const QString &description)
Sets the description for the syntax, describing what it does from the user's point of view.
Definition: runnersyntax.cpp:83
void setSearchTermDescription(const QString &description)
Sets the text that should be used to replace instances of :q: in the text.
Definition: runnersyntax.cpp:95
QStringList exampleQueries() const
Definition: runnersyntax.cpp:67
RunnerSyntax(const QString &exampleQuery, const QString &description)
Constructs a simple syntax object.
Definition: runnersyntax.cpp:41
RunnerSyntax & operator=(const RunnerSyntax &rhs)
Assignment operator.
Definition: runnersyntax.cpp:56
QStringList exampleQueriesWithTermDescription() const
Definition: runnersyntax.cpp:72
QString searchTermDescription() const
Definition: runnersyntax.cpp:100
void addExampleQuery(const QString &exampleQuery)
Adds a synonymous example query to this Syntax.
Definition: runnersyntax.cpp:62
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.4 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.4 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.