![]() |
Home · All Classes · All Functions · | ![]() |
The QVersitContactExporterDetailHandler class is an interface for clients wishing to implement custom export behaviour for certain contact details. More...
#include <QVersitContactExporterDetailHandler>
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 an interface for clients wishing to implement custom export behaviour for certain contact details.
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.
Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt Mobility Project 1.0.2 |