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  ·  Toutes les fonctions  ·  Vues d'ensemble  · 

QVersitContactImporter Class Reference

The QVersitContactImporter class creates QContacts from QVersitDocuments. More...

    #include <QVersitContactImporter>

Public Functions

QVersitContactImporter ()
~QVersitContactImporter ()
QString audioClipPath () const
QString imagePath () const
QContact importContact ( const QVersitDocument & versitDocument )
void setAudioClipPath ( const QString & path )
void setImagePath ( const QString & path )
QList<QVersitProperty> unknownVersitProperties ()

Detailed Description

The QVersitContactImporter class creates QContacts from QVersitDocuments.

The versit properties (QVersitProperty) that were not imported by QVersitContactImporter::importContact() can be fetched after importing by calling QVersitContactImporter::unknownVersitProperties(). For the returned properties, the client can perform the conversions from versit properties to contact details and add the converted details to the QContact.

    QVersitDocument document;
    QVersitProperty property;

    property.setName(QString::fromAscii("N"));
    property.setValue("Citizen;John;Q;;");
    document.addProperty(property);

    property.setName(QString::fromAscii("X-UNKNOWN-PROPERTY"));
    property.setValue("some value");
    document.addProperty(property);

    QVersitContactImporter importer;
    importer.setImagePath(QString::fromAscii("/my/image/path"));
    importer.setAudioClipPath(QString::fromAscii("my/audio_clip/path"));

    QContact contact = importer.importContact(document);
    // contact now contains the "N" property as a QContactName
    QList<QVersitProperty> unknownProperties = importer.unknownVersitProperties();
    // unknownProperties contains "X-UNKNOWN-PROPERTY"
    // that can be handled by the client itself

See also QVersitDocument and QVersitReader.


Member Function Documentation

QVersitContactImporter::QVersitContactImporter ()

Constructs a new importer

QVersitContactImporter::~QVersitContactImporter ()

Frees the memory used by the importer

QString QVersitContactImporter::audioClipPath () const

Returns the path where the contact related audio clips will be saved.

See also setAudioClipPath().

QString QVersitContactImporter::imagePath () const

Returns the path where the contact photos are saved.

See also setImagePath().

QContact QVersitContactImporter::importContact ( const QVersitDocument & versitDocument )

Creates a QContact from versitDocument.

void QVersitContactImporter::setAudioClipPath ( const QString & path )

Sets the path where the contact related audio clips will be saved. This function should be called before calling importContact(). If the audio clip path has not been set, the audio clips in the versit document will not be added to the contact. There is no default path for them.

See also audioClipPath().

void QVersitContactImporter::setImagePath ( const QString & path )

Sets the path where the contact photos will be saved. This function should be called before calling importContact(). If the image path has not been set, the images in the versit document will not be added to the contact. There is no default path for them.

See also imagePath().

QList<QVersitProperty> QVersitContactImporter::unknownVersitProperties ()

Returns the list of versit properties that were not imported by the most recent call of importContact().

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 94
  2. Apercevoir la troisième dimension ou l'utilisation multithreadée d'OpenGL dans Qt, un article des Qt Quarterly traduit par Guillaume Belz 0
  3. Pourquoi les programmeurs sont-ils moins payés que les gestionnaires de programmes ? Manquent-ils de pouvoir de négociation ? 47
  4. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  5. Les développeurs détestent-ils les antivirus ? Un programmeur manifeste sa haine envers ces solutions de sécurité 13
  6. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  7. Qt Commercial : Digia organise un webinar gratuit le 27 mars sur la conception d'interfaces utilisateur et d'applications avec le framework 0
Page suivante

Le Qt Quarterly au hasard

Logo

Le tri des QListView

Qt Quarterly est la revue trimestrielle proposée par Nokia et à destination des développeurs Qt. Ces articles d'une grande qualité technique sont rédigés par des experts Qt. Lire l'article.

Communauté

Ressources

Liens utiles

Contact

  • Vous souhaitez rejoindre la rédaction ou proposer un tutoriel, une traduction, une question... ? Postez dans le forum Contribuez ou contactez-nous par MP ou par email (voir en bas de page).

Qt dans le magazine

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 qtmobility-1.0-tp
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