Plasma
runnercontext.h
Go to the documentation of this file.
52 None = 0,
53 UnknownType = 1,
54 Directory = 2,
55 File = 4,
56 NetworkLocation = 8,
57 Executable = 16,
58 ShellCommand = 32,
59 Help = 64,
60 FileSystem = Directory | File | Executable | ShellCommand
140 // trueg: what do we need the term for? It is stored in the context anyway! Plus: matches() does not have a term parameter!
154 // trueg: what do we need the term for? It is stored in the context anyway! Plus: matches() does not have a term parameter!
An abstract base class for Plasma Runner plugins.
Definition: abstractrunner.h:63
The RunnerContext class provides information related to a search, including the search term...
Definition: runnercontext.h:46
static QScriptValue type(QScriptContext *ctx, QScriptEngine *eng)
Definition: easingcurve.cpp:63
A match returned by an AbstractRunner in response to a given RunnerContext.
Definition: querymatch.h:47
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
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.