Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Classes principales  ·  Annotées  ·  Classes groupées  ·  Modules  ·  Fonctions  · 

QVersitContactImporterPropertyHandler Class

The QVersitContactImporterPropertyHandler class is the legacy interface for specifying custom import behaviour for vCard properties. More...

 #include <QVersitContactImporterPropertyHandler>

This class is deprecated.

Public Functions

virtual ~QVersitContactImporterPropertyHandler()
virtual bool postProcessProperty(const QVersitDocument & document, const QVersitProperty & property, bool alreadyProcessed, int contactIndex, QContact * contact) = 0
virtual bool preProcessProperty(const QVersitDocument & document, const QVersitProperty & property, int contactIndex, QContact * contact) = 0

Detailed Description

The QVersitContactImporterPropertyHandler class is the legacy interface for specifying custom import behaviour for vCard properties.

This interface is replaced by QVersitContactImporterPropertyHandlerV2. For general information on extending Qt Versit, see the document on Versit Plugins.

See also QVersitContactImporter.

Member Function Documentation

QVersitContactImporterPropertyHandler::~QVersitContactImporterPropertyHandler() [virtual]

Frees any memory in use by this handler.

bool QVersitContactImporterPropertyHandler::postProcessProperty(const QVersitDocument & document, const QVersitProperty & property, bool alreadyProcessed, int contactIndex, QContact * contact) [pure virtual]

Process property and update contact with the corresponding QContactDetail(s). document provides the context within which the property was found. contactIndex specifies the position that contact will take in the list returned by QVersitContactImporter::importDocuments(). alreadyProcessed is true if the detail has already been processed either by preProcessProperty() or by QVersitContactImporter itself.

Returns true if the property has been handled, false otherwise.

This function is called on every QVersitProperty encountered during an import. This can be used to implement support for vCard properties not supported by QVersitContactImporter.

bool QVersitContactImporterPropertyHandler::preProcessProperty(const QVersitDocument & document, const QVersitProperty & property, int contactIndex, QContact * contact) [pure virtual]

Process property and update contact with the corresponding QContactDetail(s). document provides the context within which the property was found. contactIndex specifies the position that contact will take in the list returned by QVersitContactImporter::importDocuments().

Returns true if the property has been handled and requires no further processing, false otherwise.

This function is called on every QVersitProperty encountered during an import. Supply this function and return true to implement custom import behaviour.

Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. Qt 5.0-snapshot
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD.
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP !
 
 
 
 
Partenaires

Hébergement Web