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  · 

QContactActionDescriptor Class Reference

The QContactActionDescriptor class provides information that uniquely identifies a specific implementation of an action More...

 #include <QContactActionDescriptor>

Public Functions

QContactActionDescriptor ()
QContactActionDescriptor ( const QContactActionDescriptor & other )
~QContactActionDescriptor ()
QString actionIdentifier () const
QString actionName () const
QContactFilter contactFilter () const
int implementationVersion () const
bool isValid () const
QVariant metaData ( const QString & key, const QList<QContactActionTarget> & targets, const QVariantMap & parameters = QVariantMap() ) const
QVariant metaData ( const QString & key, const QVariantMap & parameters = QVariantMap() ) const
QVariant metaData ( const QString & key, const QContactActionTarget & target, const QVariantMap & parameters = QVariantMap() ) const
QVariant metaData ( const QString & key, const QContact & contact, const QContactDetail & detail = QContactDetail(), const QVariantMap & parameters = QVariantMap() ) const
QString serviceName () const
QSet<QContactActionTarget> supportedTargets ( const QContact & contact ) const
bool supportsContact ( const QContact & contact ) const
bool operator!= ( const QContactActionDescriptor & other ) const
QContactActionDescriptor & operator= ( const QContactActionDescriptor & other )
bool operator== ( const QContactActionDescriptor & other ) const

Static Public Members

const QLatin1Constant MetaDataIcon
const QLatin1Constant MetaDataLabel
const QLatin1Constant MetaDataMandatoryParameterKeys
const QLatin1Constant MetaDataOptionalParameterKeys
const QLatin1Constant MetaDataSecondLabel

Detailed Description

The QContactActionDescriptor class provides information that uniquely identifies a specific implementation of an action

Member Function Documentation

QContactActionDescriptor::QContactActionDescriptor ()

Constructs a new, invalid action descriptor

QContactActionDescriptor::QContactActionDescriptor ( const QContactActionDescriptor & other )

Constructs a copy of the other action descriptor

QContactActionDescriptor::~QContactActionDescriptor ()

Cleans up any memory in use by the action descriptor

QString QContactActionDescriptor::actionIdentifier () const

Returns the identifier of the action, within the service.

QString QContactActionDescriptor::actionName () const

Returns the name of the action which is identified by the action descriptor

QContactFilter QContactActionDescriptor::contactFilter () const

Returns a filter which will match contacts for which this action has at least one supported action target

int QContactActionDescriptor::implementationVersion () const

Returns the service-specified version of the action implementation which is identified by the action descriptor

bool QContactActionDescriptor::isValid () const

Returns false if either the name, service and version of the descriptor are missing from the descriptor, or if the descriptor is not associated with a valid action factory which can create instances of an action. An empty descriptor cannot uniquely identify an action.

QVariant QContactActionDescriptor::metaData ( const QString & key, const QList<QContactActionTarget> & targets, const QVariantMap & parameters = QVariantMap() ) const

Returns the meta data for the given meta data key key for the the given action targets targets with the given invocation parameters parameters.

QVariant QContactActionDescriptor::metaData ( const QString & key, const QVariantMap & parameters = QVariantMap() ) const

Returns the meta data for the given meta data key key with the given invocation parameters parameters.

QVariant QContactActionDescriptor::metaData ( const QString & key, const QContactActionTarget & target, const QVariantMap & parameters = QVariantMap() ) const

Returns the meta data for the given meta data key key for the target, with the given invocation parameters parameters.

QVariant QContactActionDescriptor::metaData ( const QString & key, const QContact & contact, const QContactDetail & detail = QContactDetail(), const QVariantMap & parameters = QVariantMap() ) const

Returns the meta data for the given meta data key key for a target identified by contact and detail, with the given invocation parameters parameters.

QString QContactActionDescriptor::serviceName () const

Returns the name of the service of the action implementation which is identified by the action descriptor

QSet<QContactActionTarget> QContactActionDescriptor::supportedTargets ( const QContact & contact ) const

Returns the set of action targets which are supported by this action for the given contact contact

bool QContactActionDescriptor::supportsContact ( const QContact & contact ) const

Returns true if the action which this descriptor describes supports at least one action target for the given contact

bool QContactActionDescriptor::operator!= ( const QContactActionDescriptor & other ) const

Returns true if the action name, service name or service-specified implementation version specified by this action descriptor are different to that specified by other

QContactActionDescriptor & QContactActionDescriptor::operator= ( const QContactActionDescriptor & other )

Assigns this action descriptor to be equal to other

bool QContactActionDescriptor::operator== ( const QContactActionDescriptor & other ) const

Returns true if the action identified by this descriptor is the same as the action identified by the other descriptor. Note that two actions with the same action name, service name and implementation version may in fact be different (for example, they may have different metaData), so using this function is the only way for clients to tell whether or not the action descriptors identify different actions.

Member Variable Documentation

const QLatin1Constant QContactActionDescriptor::MetaDataIcon

The meta data key which corresponds to the meta data value which contains the icon which should be displayed for this action.

See also metaData().

const QLatin1Constant QContactActionDescriptor::MetaDataLabel

The meta data key which corresponds to the meta data value which contains the display label for this action.

See also metaData().

const QLatin1Constant QContactActionDescriptor::MetaDataMandatoryParameterKeys

The meta data key which corresponds to the meta data value which contains the list of keys of parameters which the client must provide at invocation for the action to succeed.

An example of a mandatory parameter might be a "recipient" parameter to a "send email" action.

See also metaData().

const QLatin1Constant QContactActionDescriptor::MetaDataOptionalParameterKeys

The meta data key which corresponds to the meta data value which contains the list of keys of parameters which the client may provide at invocation time which may affect the action.

An example of an optional parameter might be an "attachment" parameter to a "send email" action.

See also metaData().

const QLatin1Constant QContactActionDescriptor::MetaDataSecondLabel

The meta data key which corresponds to the meta data value which contains the second or additional display label for this action.

See also metaData().

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.

[0]; s.parentNode.insertBefore(ga, s); })();
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 44
  2. Microsoft ouvre aux autres compilateurs C++ AMP, la spécification pour la conception d'applications parallèles C++ utilisant le GPU 22
  3. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  4. RIM : « 13 % des développeurs ont gagné plus de 100 000 $ sur l'AppWord », Qt et open-source au menu du BlackBerry DevCon Europe 0
  5. BlackBerry 10 : premières images du prochain OS de RIM qui devrait intégrer des widgets et des tuiles inspirées de Windows Phone 0
  6. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  7. Adieu qmake, bienvenue qbs : Qt Building Suite, un outil déclaratif et extensible pour la compilation de projets Qt 17
Page suivante

Le blog Digia au hasard

Logo

Déploiement d'applications Qt Commercial sur les tablettes Windows 8

Le blog Digia est l'endroit privilégié pour la communication sur l'édition commerciale de Qt, où des réponses publiques sont apportées aux questions les plus posées au support. 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.1
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