Url filtering.
More...
#include <KActivities/Stats/Terms>
|
| Url (QString urlPattern) |
|
| Url (QStringList urlPatterns) |
|
| Url (std::initializer_list< QString > urlPatterns) |
|
|
static Url | contains (const QString &infix) |
| Show resources that contain the specified infix.
|
|
static Url | file () |
| Show local files, smb, fish, ftp and sftp.
|
|
static Url | localFile () |
| Show local files.
|
|
static Url | startsWith (const QString &prefix) |
| Show only resources that start with the specified prefix.
|
|
◆ contains()
static Url KActivities::Stats::Terms::Url::contains |
( |
const QString & |
infix | ) |
|
|
static |
Show resources that contain the specified infix.
◆ file()
static Url KActivities::Stats::Terms::Url::file |
( |
| ) |
|
|
static |
Show local files, smb, fish, ftp and sftp.
◆ localFile()
static Url KActivities::Stats::Terms::Url::localFile |
( |
| ) |
|
|
static |
◆ startsWith()
static Url KActivities::Stats::Terms::Url::startsWith |
( |
const QString & |
prefix | ) |
|
|
static |
Show only resources that start with the specified prefix.