QContactChangeLogFilter Class Reference
The QContactChangeLogFilter class provides a filter based around a contact timestamp criterion. More...
#include <QContactChangeLogFilter>
Inherits QContactFilter.
Public Types
enum | EventType { EventAdded, EventChanged, EventRemoved } |
Public Functions
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 |
- 4 public functions inherited from QContactFilter
Detailed Description
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.