Contents
QVersitContactExporterDetailHandler Class Reference
The QVersitContactExporterDetailHandler class is an interface for clients wishing to implement custom export behaviour for certain contact details. More...
#include <QVersitContactExporterDetailHandler>
This class is deprecated.
Public Functions
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 |
Detailed Description
The QVersitContactExporterDetailHandler class is an interface for clients wishing to implement custom export behaviour for certain contact details.
This interface is replaced by QVersitContactExporterDetailHandlerV2.