Term to filter the resources according the agent (application) which accessed it.
More...
#include <KActivities/Stats/Terms>
|
| Agent (QString agent) |
|
| Agent (QStringList agents) |
|
| Agent (std::initializer_list< QString > agents) |
|
|
static Agent | any () |
| Show resources accessed/linked by any application.
|
|
static Agent | current () |
| Show resources accessed/linked by the current application.
|
|
static Agent | global () |
| Show resources not tied to a specific agent.
|
|
Term to filter the resources according the agent (application) which accessed it.
◆ any()
static Agent KActivities::Stats::Terms::Agent::any |
( |
| ) |
|
|
static |
Show resources accessed/linked by any application.
◆ current()
static Agent KActivities::Stats::Terms::Agent::current |
( |
| ) |
|
|
static |
Show resources accessed/linked by the current application.
◆ global()
static Agent KActivities::Stats::Terms::Agent::global |
( |
| ) |
|
|
static |
Show resources not tied to a specific agent.