The QVersitContactExporterDetailHandler class is the legacy interface for clients wishing to implement custom export behaviour for certain contact details. More...
#include <QVersitContactExporterDetailHandler>
This class is deprecated.
This class was introduced in Qt Mobility 1.1.
virtual | ~QVersitContactExporterDetailHandler () |
virtual bool | postProcessDetail ( const QContact & contact, const QContactDetail & detail, bool alreadyProcessed, QVersitDocument * document ) = 0 |
virtual bool | preProcessDetail ( const QContact & contact, const QContactDetail & detail, QVersitDocument * document ) = 0 |
The QVersitContactExporterDetailHandler class is the legacy interface for clients wishing to implement custom export behaviour for certain contact details.
This interface is replaced by QVersitContactExporterDetailHandlerV2. For general information on extending Qt Versit, see the document on Versit Plugins.
See also QVersitContactExporter.
Frees any memory in use by this handler.
Process detail and update document with the corresponding QVersitProperty(s). contact provides the context within which the detail was found. alreadyProcessed is true if the detail has already been processed either by preProcessDetail() or by QVersitContactExporter itself.
Returns true if the detail has been handled, false otherwise.
This function is called on every QContactDetail encountered during an export. This can be used to implement support for QContactDetails not supported by QVersitContactExporter.
Process detail and update document with the corresponding QVersitProperty(s). contact provides the context within which the detail was found.
Returns true if the detail has been handled and requires no further processing, false otherwise.
This function is called on every QContactDetail encountered during an export. Supply this function and return true to implement custom export behaviour.
© 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.