The QOrganizerItemIdFilter class provides a filter based around a list of organizer item ids More...
#include <QOrganizerItemIdFilter>
Inherits: QOrganizerItemFilter.
This class was introduced in Qt Mobility 1.1.
QOrganizerItemIdFilter () | |
QOrganizerItemIdFilter ( const QOrganizerItemFilter & other ) | |
void | clear () |
QList<QOrganizerItemId> | ids () const |
void | insert ( const QOrganizerItemId & id ) |
void | remove ( const QOrganizerItemId & id ) |
void | setIds ( const QList<QOrganizerItemId> & ids ) |
The QOrganizerItemIdFilter class provides a filter based around a list of organizer item ids
It may be used to select organizer items whose ids are contained in the given list of ids.
Note: a QOrganizerItemIdFilter will not be preserved if streamed to a QDataStream.
* Constructs a new organizer item id filter
This function was introduced in Qt Mobility 1.1.
* * Constructs a copy of other if possible, otherwise constructs a new organizer item id filter
This function was introduced in Qt Mobility 1.1.
* Clears the list which contains the ids of possible matching items. * A id filter with a cleared list will match no items. *
This function was introduced in Qt Mobility 1.1.
See also setIds().
* Returns the list of ids of organizer items which match this filter *
This function was introduced in Qt Mobility 1.1.
See also setIds().
* Inserts the id id into the list which contains the ids of possible matching items *
This function was introduced in Qt Mobility 1.1.
See also setIds().
* Removes the id id from the list which contains the ids of possible matching items, * if it is contained in the list, otherwise has no effect. *
This function was introduced in Qt Mobility 1.1.
See also clear().
* Sets the list which contains the ids of possible matching organizer items to ids *
This function was introduced in Qt Mobility 1.1.
See also ids().
© 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.