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

Term to filter the resources according the activity in which they were accessed. More...

#include <KActivities/Stats/Terms>

Public Member Functions

 Activity (QString activity)
 
 Activity (QStringList activities)
 
 Activity (std::initializer_list< QString > activities)
 

Static Public Member Functions

static Activity any ()
 Show resources accessed in / linked to any activity.
 
static Activity current ()
 Show resources linked to all activities.
 
static Activity global ()
 Show resources linked to all activities.
 

Public Attributes

const QStringList values
 

Detailed Description

Term to filter the resources according the activity in which they were accessed.

Member Function Documentation

◆ any()

static Activity KActivities::Stats::Terms::Activity::any ( )
static

Show resources accessed in / linked to any activity.

◆ current()

static Activity KActivities::Stats::Terms::Activity::current ( )
static

Show resources linked to all activities.

◆ global()

static Activity KActivities::Stats::Terms::Activity::global ( )
static

Show resources linked to all activities.