QContactActionTarget Class ReferenceThe QContactActionTarget class provides information about the target of an action. It may be either a contact, a contact and a detail of that contact, or a contact and a list of the details of the contact, which together should be used by the action. More... #include <QContactActionTarget> This class was introduced in Qt Mobility 1.2. Public Types
Public Functions
Detailed DescriptionThe QContactActionTarget class provides information about the target of an action. It may be either a contact, a contact and a detail of that contact, or a contact and a list of the details of the contact, which together should be used by the action. Member Type Documentation
|
Constant | Value | Description |
---|---|---|
QContactActionTarget::Invalid | 0 | The type is invalid. |
QContactActionTarget::WholeContact | 1 | The type is a complete contact. |
QContactActionTarget::SingleDetail | 2 | The type is only a single detail. |
QContactActionTarget::MultipleDetails | 3 | The type contains multiple details. |
Constructs a new action target from the given contact and the given list of that contact's details. If no contact is specified, the target will be invalid. If a contact but no details are specified, the target will be valid, but the action which operates on the target may fail (for example, if it requires a certain detail to be specified in order to perform the action).
Constructs a new action target from the given contact and a specific detail of that contact
Constructs a copy of the other action target
Cleans up any memory in use by the action target
Returns the contact that this action target will operate on.
See also setContact() and details().
Returns the details that this action target will operate on.
See also setDetails() and contact().
Returns true if the target contact is not the default constructed contact. The validity of any specified details is not checked by this function.
Sets the contact that this action target will operate on to contact.
See also contact() and setDetails().
Sets the details that this action target will operate on to details.
See also details() and setContact().
Returns the type of this action target.
The type is determined by the properties that have been set on this target.
Returns true if the contacts or details specified by this action target are different to that specified by other
Assigns this action target to be equal to other
Returns true if the contacts and details specified by this action target are equal to those specified by other
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.2 | |
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 ! |
Copyright © 2000-2012 - www.developpez.com