qtmobility/src/contacts/qcontactfilter.cpp
changeset 15 1f895d8a5b2b
parent 11 06b8e2af4411
equal deleted inserted replaced
14:6fbed849b4f4 15:1f895d8a5b2b
    65   Describes the type of the filter
    65   Describes the type of the filter
    66   \value InvalidFilter An invalid filter which matches nothing
    66   \value InvalidFilter An invalid filter which matches nothing
    67   \value ContactDetailFilter A filter which matches contacts containing one or more details of a particular definition with a particular value
    67   \value ContactDetailFilter A filter which matches contacts containing one or more details of a particular definition with a particular value
    68   \value ContactDetailRangeFilter A filter which matches contacts containing one or more details of a particular definition whose values are within a particular range
    68   \value ContactDetailRangeFilter A filter which matches contacts containing one or more details of a particular definition whose values are within a particular range
    69   \value ChangeLogFilter A filter which matches contacts whose timestamps have been updated since some particular date and time
    69   \value ChangeLogFilter A filter which matches contacts whose timestamps have been updated since some particular date and time
    70   \omitvalue ActionFilter A filter which matches contacts for which a particular action is available, or which contain a detail with a particular value for which a particular action is available
    70   \value ActionFilter A filter which matches contacts for which a particular action is available, or which contain a detail with a particular value for which a particular action is available
    71   \value RelationshipFilter A filter which matches contacts which participate in a particular type of relationship, or relationship with a specified contact
    71   \value RelationshipFilter A filter which matches contacts which participate in a particular type of relationship, or relationship with a specified contact
    72   \value IntersectionFilter A filter which matches all contacts that are matched by all filters it includes
    72   \value IntersectionFilter A filter which matches all contacts that are matched by all filters it includes
    73   \value UnionFilter A filter which matches any contact that is matched by any of the filters it includes
    73   \value UnionFilter A filter which matches any contact that is matched by any of the filters it includes
    74   \value LocalIdFilter A filter which matches any contact whose local id is contained in a particular list of contact local ids
    74   \value LocalIdFilter A filter which matches any contact whose local id is contained in a particular list of contact local ids
    75   \value DefaultFilter A filter which matches everything
    75   \value DefaultFilter A filter which matches everything