PlasmaActivitiesStats
terms.h
Provides enums and strucss to use.for building queries with Query.
Term to filter the resources according the activity in which they were accessed.
Definition terms.h:139
static Activity global()
Show resources linked to all activities.
static Activity current()
Show resources linked to all activities.
static Activity any()
Show resources accessed in / linked to any activity.
Term to filter the resources according the agent (application) which accessed it.
Definition terms.h:106
static Agent current()
Show resources accessed/linked by the current application.
static Agent global()
Show resources not tied to a specific agent.
static Agent any()
Show resources accessed/linked by any application.
On which start access date do you want to filter ?
Definition terms.h:226
Title(const QString &titlePattern)
Show resources with title that contain the specified pattern.
Definition terms.h:209
Term to filter the resources according to their types.
Definition terms.h:75
static Type directories()
Show directory resources aka folders.
static Url startsWith(const QString &prefix)
Show only resources that start with the specified prefix.
Definition terms.cpp:119
static Url contains(const QString &infix)
Show resources that contain the specified infix.
Definition terms.cpp:124
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 28 2025 12:01:02 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 28 2025 12:01:02 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.