Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
▼NKActivities | |
▼NStats | |
▼NTerms | Provides enums and strucss to use.for building queries with Query |
CActivity | Term to filter the resources according the activity in which they were accessed |
CAgent | Term to filter the resources according the agent (application) which accessed it |
CDate | On which start access date do you want to filter ? |
CLimit | How many items do you need? |
COffset | How many items to skip? This can be specified only if limit is also set to a finite value |
CType | Term to filter the resources according to their types |
CUrl | Url filtering |
CQuery | The activities system tracks resources (documents, contacts, etc.) that the user has used |
CResultModel | Provides a model which displays the resources matching the specified Query |
▼CResultSet | Class that can query the KActivities usage tracking mechanism for resources |
CResult | Structure containing data of one of the results |
CResultWatcher | A very thin class that sends signals when new resources matching a predefined query are available |