KActivitiesStats 5.109.0
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
KActivities::Stats::Terms::Agent

Term to filter the resources according the agent (application) which accessed it. More...

#include <KActivities/Stats/Terms>

Public Member Functions

 Agent (QString agent)
 
 Agent (QStringList agents)
 
 Agent (std::initializer_list< QString > agents)
 

Static Public Member Functions

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.
 

Public Attributes

const QStringList values
 

Detailed Description

Term to filter the resources according the agent (application) which accessed it.

Member Function Documentation

◆ 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.