Qt Mobility Reference Documentation

QVersitContactPluginLoader Class Reference

 #include <QVersitContactPluginLoader>

Public Functions

QList<QVersitContactHandler *> createContactHandlers ( const QString & profile )

Static Public Members

QVersitContactPluginLoader * instance ()

Detailed Description

This is a singleton class that loads Versit plugins for contacts processing


Member Function Documentation

QList<QVersitContactHandler *> QVersitContactPluginLoader::createContactHandlers ( const QString & profile )

Creates and returns handlers from the plugin. If profile is the empty string, only handlers with an empty profile list are returned. If profile is nonempty, only handlers with either an empty profile list or a profile list that contains the given profile are returned.

The caller is responsible for deleting all returned handlers.

QVersitContactPluginLoader * QVersitContactPluginLoader::instance () [static]

Returns the singleton instance of the QVersitContactPluginLoader.

X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.