![]() |
Home · All Classes · All Functions · | ![]() |
The QContactChangeLogFilter class provides a filter based around a contact timestamp criterion. More...
#include <QContactChangeLogFilter>
Inherits QContactFilter.
enum | EventType { EventAdded, EventChanged, EventRemoved } |
QContactChangeLogFilter ( QContactChangeLogFilter::EventType type = QContactChangeLogFilter::EventAdded ) | |
QContactChangeLogFilter ( const QContactFilter & other ) | |
QContactChangeLogFilter::EventType | eventType () const |
void | setEventType ( QContactChangeLogFilter::EventType type ) |
void | setSince ( const QDateTime & since ) |
QDateTime | since () const |
The QContactChangeLogFilter class provides a filter based around a contact timestamp criterion.
It may be used to select contacts which have been updated or created within a certain period of time.
Enumerates the type of changes which a changelog filter can match against
Constant | Value |
---|---|
QContactChangeLogFilter::EventAdded | 0 |
QContactChangeLogFilter::EventChanged | 1 |
QContactChangeLogFilter::EventRemoved | 2 |
Constructs a new changelog filter which matches changes of the specified type
Constructs a copy of other if possible, otherwise constructs a new changelog filter
Returns the type of change that this filter will match against
See also setEventType().
Sets the type of change that this filter will match against to type
See also eventType().
Sets the date and time lower-bound criterion of the filter to since
See also since().
Returns the date and time lower-bound criterion of the filter
See also setSince().
Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt Mobility Project 1.0.2 |