The QOrganizerItemChangeLogFilter class provides a filter based around a organizer item timestamp criterion. More...
#include <QOrganizerItemChangeLogFilter>
Inherits: QOrganizerItemFilter.
This class was introduced in Qt Mobility 1.1.
enum | EventType { EventAdded, EventChanged, EventRemoved } |
QOrganizerItemChangeLogFilter ( QOrganizerItemChangeLogFilter::EventType type = QOrganizerItemChangeLogFilter::EventAdded ) | |
QOrganizerItemChangeLogFilter ( const QOrganizerItemFilter & other ) | |
QOrganizerItemChangeLogFilter::EventType | eventType () const |
void | setEventType ( QOrganizerItemChangeLogFilter::EventType type ) |
void | setSince ( const QDateTime & since ) |
QDateTime | since () const |
The QOrganizerItemChangeLogFilter class provides a filter based around a organizer item timestamp criterion.
It may be used to select organizer items 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 |
---|---|
QOrganizerItemChangeLogFilter::EventAdded | 0 |
QOrganizerItemChangeLogFilter::EventChanged | 1 |
QOrganizerItemChangeLogFilter::EventRemoved | 2 |
* Constructs a new changelog filter which matches changes of the specified type
This function was introduced in Qt Mobility 1.1.
* * Constructs a copy of other if possible, otherwise constructs a new changelog filter
This function was introduced in Qt Mobility 1.1.
* Returns the type of change that this filter will match against *
This function was introduced in Qt Mobility 1.1.
See also setEventType().
* Sets the type of change that this filter will match against to type *
This function was introduced in Qt Mobility 1.1.
See also eventType().
* Sets the date and time lower-bound criterion of the filter to since *
This function was introduced in Qt Mobility 1.1.
See also since().
* Returns the date and time lower-bound criterion of the filter *
This function was introduced in Qt Mobility 1.1.
See also setSince().
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.