Home · All Classes · All Functions ·

Obsolete Members for QContactDetailFieldDefinition

The following class members are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.

Public Types

enum AccessConstraint { NoConstraint, ReadOnly }   (obsolete)

Member Type Documentation

enum QContactDetailFieldDefinition::AccessConstraint

This enum defines the access constraints which may be set on fields of a detail definition in the store for which the definition is valid. The constraint which applies to the definition takes precedence over a constraint which applies to a field of that definition. For example, if a field has the QContactDetailFieldDefinition::NoConstraint constraint, but the detail definition from which the field came has either the QContactDetailDefinition::ReadOnly or QContactDetailDefinition::CreateOnly constraint, then the field will be a read-only field.

ConstantValueDescription
QContactDetailFieldDefinition::NoConstraint0Fields 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.
QContactDetailFieldDefinition::ReadOnly1Fields 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.


Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) Trademarks
Qt Mobility Project 1.0.0