The QOrganizerCollectionChangeSet class provides a simple API to simplify the emission of state-change signals from QOrganizerManagerEngine implementations. More...
#include <QOrganizerCollectionChangeSet>
This class was introduced in Qt Mobility 1.1.
QOrganizerCollectionChangeSet () | |
QOrganizerCollectionChangeSet ( const QOrganizerCollectionChangeSet & other ) | |
~QOrganizerCollectionChangeSet () | |
QSet<QOrganizerCollectionId> | addedCollections () const |
QSet<QOrganizerCollectionId> | changedCollections () const |
void | clearAddedCollections () |
void | clearAll () |
void | clearChangedCollections () |
void | clearRemovedCollections () |
bool | dataChanged () |
void | emitSignals ( QOrganizerManagerEngine * engine ) |
void | insertAddedCollection ( const QOrganizerCollectionId & addedOrganizerCollectionId ) |
void | insertAddedCollections ( const QList<QOrganizerCollectionId> & addedOrganizerCollectionIds ) |
void | insertChangedCollection ( const QOrganizerCollectionId & changedOrganizerCollectionId ) |
void | insertChangedCollections ( const QList<QOrganizerCollectionId> & changedOrganizerCollectionIds ) |
void | insertRemovedCollection ( const QOrganizerCollectionId & removedOrganizerCollectionId ) |
void | insertRemovedCollections ( const QList<QOrganizerCollectionId> & removedOrganizerCollectionIds ) |
QSet<QOrganizerCollectionId> | removedCollections () const |
void | setDataChanged ( bool dataChanged ) |
QOrganizerCollectionChangeSet & | operator= ( const QOrganizerCollectionChangeSet & other ) |
The QOrganizerCollectionChangeSet class provides a simple API to simplify the emission of state-change signals from QOrganizerManagerEngine implementations.
This class can be utilized by backend implementations to ensure correct emission of the QOrganizerManagerEngine::dataChanged(), QOrganizerManagerEngine::itemsAdded(), QOrganizerManagerEngine::itemsChanged() and QOrganizerManagerEngine::itemsRemoved().
See also QOrganizerManagerEngine.
Constructs a new change set
Constructs a copy of the other change set
This function was introduced in Qt Mobility 1.1.
Frees the memory used by this change set
Returns the set of ids of collections which have been added to the database.
This function was introduced in Qt Mobility 1.1.
Returns the set of ids of collections which have been changed in the database.
This function was introduced in Qt Mobility 1.1.
Clears the set of ids of collections which have been added to the database
This function was introduced in Qt Mobility 1.1.
Clears all flags and sets of ids in this change set
This function was introduced in Qt Mobility 1.1.
Clears the set of ids of collections which have been changed to the database
This function was introduced in Qt Mobility 1.1.
Clears the set of ids of collections which have been removed to the database
This function was introduced in Qt Mobility 1.1.
Returns the value of the data changed flag
This function was introduced in Qt Mobility 1.1.
See also setDataChanged().
Emits the appropriate signals from the given engine given the state of the change set
This function was introduced in Qt Mobility 1.1.
Inserts the given collection id addedOrganizerCollectionId into the set of ids of collections which have been added to the database.
This function was introduced in Qt Mobility 1.1.
Inserts each of the given collection ids addedOrganizerCollectionIds into the set of ids of collections which have been added to the database.
This function was introduced in Qt Mobility 1.1.
Inserts the given collection id changedOrganizerCollectionId into the set of ids of collections which have been changed to the database.
This function was introduced in Qt Mobility 1.1.
Inserts each of the given collection ids changedOrganizerCollectionIds into the set of ids of collections which have been changed to the database.
This function was introduced in Qt Mobility 1.1.
Inserts the given collection id removedOrganizerCollectionId into the set of ids of collections which have been removed to the database.
This function was introduced in Qt Mobility 1.1.
Inserts each of the given collection ids removedOrganizerCollectionIds into the set of ids of collections which have been removed to the database.
This function was introduced in Qt Mobility 1.1.
Returns the set of ids of collections which have been removed from the database.
This function was introduced in Qt Mobility 1.1.
Sets the data changed flag to dataChanged. If this is set to true prior to calling emitSignals(), only the QOrganizerManagerEngine::dataChanged() signal will be emitted; otherwise, the appropriate finer-grained signals will be emitted.
This function was introduced in Qt Mobility 1.1.
See also dataChanged().
Assigns this change set to be equal to other
This function was introduced in Qt Mobility 1.1.
© 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.