7#ifndef KACTIVITIES_STATS_RESULTWATCHER
8#define KACTIVITIES_STATS_RESULTWATCHER
19class ResultWatcherPrivate;
42 void resultScoreUpdated(
const QString &resource,
double score, uint lastUpdate, uint firstUpdate);
92 void linkToActivity(
const QUrl &resource,
96 void unlinkFromActivity(
const QUrl &resource,
101 ResultWatcherPrivate *
const d;
The activities system tracks resources (documents, contacts, etc.) that the user has used.
Definition query.h:54
A very thin class that sends signals when new resources matching a predefined query are available.
Definition resultwatcher.h:28
void resourceMimetypeChanged(const QString &resource, const QString &mimetype)
Emitted when the mimetype of a resource has been changed.
void resultsInvalidated()
Emitted when the client should forget about all the results it knew about and reload them.
void resultLinked(const QString &resource)
Emitted when a result has been linked to the activity.
void resultUnlinked(const QString &resource)
Emitted when a result has been linked to the activity.
void resultScoreUpdated(const QString &resource, double score, uint lastUpdate, uint firstUpdate)
Emitted when a result has been added or updated.
void resourceTitleChanged(const QString &resource, const QString &title)
Emitted when the title of a resource has been changed.
void resultRemoved(const QString &resource)
Emitted when a result has been added or updated.
Term to filter the resources according the activity in which they were accessed.
Definition terms.h:140
Term to filter the resources according the agent (application) which accessed it.
Definition terms.h:107