- enum Error
- enum ManagerFeature
- QContactManager ( const QString &, const QMap<QString, QString> &, QObject * )
- QContactManager ( const QString &, int, const QMap<QString, QString> &, QObject * )
- QContactManager ( QObject * )
- ~QContactManager ()
- ParameterSignalDefinitions : const QLatin1Constant
- ParameterSignalSources : const QLatin1Constant
- ParameterValueOnlyOtherManagers : const QLatin1Constant
- ParameterValueOnlyOtherProcesses : const QLatin1Constant
- availableManagers () : QStringList
- buildUri ( const QString &, const QMap<QString, QString> &, int ) : QString
- compatibleContact ( const QContact & ) : QContact
- contact ( const QContactLocalId &, const QContactFetchHint & ) const : QContact
- contactIds ( const QList<QContactSortOrder> & ) const : QList<QContactLocalId>
- contactIds ( const QContactFilter &, const QList<QContactSortOrder> & ) const : QList<QContactLocalId>
- contacts ( const QList<QContactSortOrder> &, const QContactFetchHint & ) const : QList<QContact>
- contacts ( const QContactFilter &, const QList<QContactSortOrder> &, const QContactFetchHint & ) const : QList<QContact>
- contactsAdded ( const QList<QContactLocalId> & )
- contactsChanged ( const QList<QContactLocalId> & )
- contactsRemoved ( const QList<QContactLocalId> & )
- dataChanged ()
- detailDefinition ( const QString &, const QString & ) const : QContactDetailDefinition
- detailDefinitions ( const QString & ) const : QMap<QString, QContactDetailDefinition>
- error () const : QContactManager::Error
- fromUri ( const QString &, QObject * ) : QContactManager *
- hasFeature ( QContactManager::ManagerFeature, const QString & ) const : bool
- isFilterSupported ( const QContactFilter & ) const : bool
|
- isRelationshipTypeSupported ( const QString &, const QString & ) const : bool
- managerName () const : QString
- managerParameters () const : QMap<QString, QString>
- managerUri () const : QString
- managerVersion () const : int
- parseUri ( const QString &, QString *, QMap<QString, QString> * ) : bool
- relationships ( const QContactId &, QContactRelationship::Role ) const : QList<QContactRelationship>
- relationships ( const QString &, const QContactId &, QContactRelationship::Role ) const : QList<QContactRelationship>
- relationshipsAdded ( const QList<QContactLocalId> & )
- relationshipsRemoved ( const QList<QContactLocalId> & )
- removeContact ( const QContactLocalId & ) : bool
- removeContacts ( const QList<QContactLocalId> &, QMap<int, QContactManager::Error> * ) : bool
- removeDetailDefinition ( const QString &, const QString & ) : bool
- removeRelationship ( const QContactRelationship & ) : bool
- removeRelationships ( const QList<QContactRelationship> &, QMap<int, QContactManager::Error> * ) : bool
- saveContact ( QContact * ) : bool
- saveContacts ( QList<QContact> *, QMap<int, QContactManager::Error> * ) : bool
- saveDetailDefinition ( const QContactDetailDefinition &, const QString & ) : bool
- saveRelationship ( QContactRelationship * ) : bool
- saveRelationships ( QList<QContactRelationship> *, QMap<int, QContactManager::Error> * ) : bool
- selfContactId () const : QContactLocalId
- selfContactIdChanged ( const QContactLocalId &, const QContactLocalId & )
- setSelfContactId ( const QContactLocalId & ) : bool
- supportedContactTypes () const : QStringList
- supportedDataTypes () const : QList<QVariant::Type>
- synthesizeContactDisplayLabel ( QContact * ) const
- synthesizedContactDisplayLabel ( const QContact & ) const : QString
|