The QVersitContactHandlerFactory class provides the interface for Versit plugins. More...
#include <QVersitContactHandlerFactory>
virtual | ~QVersitContactHandlerFactory () |
virtual QVersitContactHandler * | createHandler () const = 0 |
virtual int | index () const |
virtual QString | name () const = 0 |
virtual QSet<QString> | profiles () const |
const QLatin1Constant | ProfileBackup |
const QLatin1Constant | ProfileSync |
The QVersitContactHandlerFactory class provides the interface for Versit plugins.
This class provides a simple interface for the creation of QVersitContactHandler instances. Implement this interface to write a Versit plugin. For more details, see Versit Plugins.
This frees any memory used by the QVersitContactHandlerFactory.
This function is called by the Versit importer or exporter class to create an instance of the handler provided by this factory.
This function should return an index that helps with determining the order in which to run the plugins. Plugins are run in the following order:
For example, plugins with an index of 1 are run first and plugins of index -1 are run last. If more than one plugin share an index, the order of execution between them is undefined.
By default, this returns 0, which is recommended for plugins with no special ordering requirements.
This function should return a unique string that identifies the handlers provided by this factory. Typically, this will be of the form "com.nokia.qt.mobility.versit.samplehandler" with the appropriate domain and handler name substituted.
This function can be overridden to allow a plugin to report which profiles it is to be active under. If this (as in the default case) returns the empty set, it indicates that the plugin should be loaded under all profiles. If it returns a non-empty set, it will only be loaded for those profiles that are specified by the importer/exporter class.
The constant string signifying a plugin that will backup a QContact to vCard, so that exporting, then importing a contact will not lose any data.
See also profiles(), QVersitContactImporter::QVersitContactImporter(), and QVersitContactExporter::QVersitContactExporter().
The constant string signifying a plugin that is relevant to import and export in a synchronization context.
See also profiles(), QVersitContactImporter::QVersitContactImporter(), and QVersitContactExporter::QVersitContactExporter().
© 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.