QContactDetailDefinitionField Class ReferenceThe QContactDetailDefinitionField class provides a field in a QContactDetail. More... #include <QContactDetailDefinitionField> Public Types
Public Functions
Detailed DescriptionThe QContactDetailDefinitionField class provides a field in a QContactDetail. Encapsulates information about a particular datum which may be part of a QContactDetail, including the type, allowable values and access constraints. Member Type Documentation
|
Constant | Value | Description |
---|---|---|
QContactDetailDefinitionField::NoConstraint | 0 | Fields with this access constraint set have no special access semantics associated with them. Users can read, write, and otherwise modify such fields in any manner. |
QContactDetailDefinitionField::ReadOnly | 1 | Fields with this access constraint set are dynamically modified by the backend. Users cannot write values to fields of details of definitions with this access constraint set. |
Constructs a new field with no constraints and an invalid data type.
Constructs a copy of the other field
Cleans up the memory in use by the field
Returns the access constraints which apply to this field
See also setAccessConstraint().
Returns the list of allowable values which this field may store
See also setAllowableValues().
Returns the data type of the field
See also setDataType().
Sets the access constraints which apply to this field to constraint
See also accessConstraint().
Sets the list of allowable values which this field may store to values
See also allowableValues().
Sets the data type of the field to type
See also dataType().
Returns true if the access constraint, allowable values or data type of the other field differ from those of this field
Assigns the field to be equal to the other field
Returns true if the access constraint, allowable values and data type of the other field are equal to those of this field
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 ! |
Copyright © 2000-2012 - www.developpez.com