This class provides a simulator-managed in-memory backend. More...
#include <QContactSimulatorEngine>
Inherits QContactMemoryEngine.
void | setNotifySimulator ( bool on ) |
QContactSimulatorEngine * | createSimulatorEngine ( const QMap<QString, QString> & parameters ) |
QContactSimulatorEngine ( QContactMemoryEngineData * data ) |
virtual bool | removeContact ( const QContactLocalId & contactId, QContactChangeSet & changeSet, QContactManager::Error * error ) |
virtual bool | removeRelationship ( const QContactRelationship & relationship, QContactChangeSet & changeSet, QContactManager::Error * error ) |
virtual bool | saveContact ( QContact * theContact, QContactChangeSet & changeSet, QContactManager::Error * error ) |
virtual bool | saveRelationship ( QContactRelationship * relationship, QContactChangeSet & changeSet, QContactManager::Error * error ) |
This class provides a simulator-managed in-memory backend.
Factory function for 'creating' a simulator backend.
Always returns the same backend. Creates it if it doesn't yet exist.