Home · All Classes · All Functions ·

Obsolete Members for QContactDetailDefinition

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, CreateOnly }   (obsolete)

Member Type Documentation

enum QContactDetailDefinition::AccessConstraint

This enum defines the access constraints which may be set on all details of this definition in the store for which the definition is valid.

ConstantValueDescription
QContactDetailDefinition::NoConstraint0Details of definitions with this access constraint set have no special access semantics associated with them. Users can read, write, and otherwise modify such details in any manner.
QContactDetailDefinition::ReadOnly1Details of definitions with this access constraint set are dynamically modified by the backend. Users cannot write values to details of definitions with this access constraint set.
QContactDetailDefinition::CreateOnly2Details of definitions with this access constraint set are static once created. Their value cannot be changed dynamically, nor can they be written or read by users.


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