Plasma
Go to the documentation of this file.
20 #ifndef PLASMA_RUNNERSYNTAX_H
21 #define PLASMA_RUNNERSYNTAX_H
23 #include <QtCore/QStringList>
30 class RunnerSyntaxPrivate;
53 RunnerSyntax(
const QString &exampleQuery,
const QString &description);
78 void addExampleQuery(
const QString &exampleQuery);
83 QStringList exampleQueries()
const;
90 QStringList exampleQueriesWithTermDescription()
const;
96 void setDescription(
const QString &description);
102 QString description()
const;
111 void setSearchTermDescription(
const QString &description);
116 QString searchTermDescription()
const;
119 RunnerSyntaxPrivate *
const d;
124 #endif // multiple inclusion guard
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:34 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.