Term to filter the resources according to their types.
More...
#include <KActivities/Stats/Terms>
|
| Type (QString type) |
|
| Type (QStringList types) |
|
| Type (std::initializer_list< QString > types) |
|
|
static Type | any () |
| Show resources of any type.
|
|
static Type | directories () |
| Show directory resources aka folders.
|
|
static Type | files () |
| Show non-directory resources.
|
|
Term to filter the resources according to their types.
◆ any()
static Type KActivities::Stats::Terms::Type::any |
( |
| ) |
|
|
static |
Show resources of any type.
◆ directories()
static Type KActivities::Stats::Terms::Type::directories |
( |
| ) |
|
|
static |
Show directory resources aka folders.
◆ files()
static Type KActivities::Stats::Terms::Type::files |
( |
| ) |
|
|
static |
Show non-directory resources.