QML Filter Element
The Filter element is used as a property of OrganizerModel, to allow selection of organizer items which have certain details or properties. More...
List of all members, including inherited members
Properties
Detailed Description
This element is part of the QtMobility.organizer 1.1 module.
See also QOrganizerItemFilter.
Property Documentation
This property holds the type value of this filter. It can be one of:
- Filter.DefaultFilter - A filter which matches everything (default).
- Filter.InvalidFilter - An invalid filter which matches nothing.
- Filter.DetailFilter - A filter which matches organizer items containing one or more details of a particular definition with a particular value.
- Filter.DetailRangeFilter - A filter which matches organizer items containing one or more details of a particular definition whose values are within a particular range.
- Filter.ChangeLogFilter - A filter which matches organizer items whose timestamps have been updated since some particular date and time.
- Filter.ActionFilter - A filter which matches organizer items for which a particular action is available, or which contain a detail with a particular value for which a particular action is available.
- Filter.CollectionFilter - A filter which matches any organizer item that is matched by collection.
- Filter.IntersectionFilter - A filter which matches all organizer items that are matched by all filters it includes.
- Filter.UnionFilter - A filter which matches any organizer item that is matched by any of the filters it includes.
- Filter.IdFilter - A filter which matches any organizer item whose local id is contained in a particular list of organizer item local ids.