#include <QContactDetailDefinition>
This class was introduced in Qt Mobility 1.0.
QContactDetailDefinition () | |
QContactDetailDefinition ( const QContactDetailDefinition & other ) | |
~QContactDetailDefinition () | |
QMap<QString, QContactDetailFieldDefinition> | fields () const |
void | insertField ( const QString & key, const QContactDetailFieldDefinition & field ) |
bool | isEmpty () const |
bool | isUnique () const |
QString | name () const |
void | removeField ( const QString & key ) |
void | setFields ( const QMap<QString, QContactDetailFieldDefinition> & fields ) |
void | setName ( const QString & definitionName ) |
void | setUnique ( bool unique ) |
bool | operator!= ( const QContactDetailDefinition & other ) const |
QContactDetailDefinition & | operator= ( const QContactDetailDefinition & other ) |
bool | operator== ( const QContactDetailDefinition & other ) const |
The QContactDetailDefinition class provides the specification for a detail that can be included in any particular QContact. The definition does not include any data, but defines the semantics of the representation and use of data details that are stored in a QContact.
Construct a new, invalid QContactDetailDefinition
Constructs a new QContactDetailDefinition from other
This function was introduced in Qt Mobility 1.0.
Frees the memory used by this QContactDetailDefinition
Returns the map of keys to fields which are present in details of this definition
This function was introduced in Qt Mobility 1.0.
See also setFields().
Inserts the field field into the map of fields which constitute the data of details of this definition for the given field key key. If another field for that key already exists in the definition, it will be overwritten.
This function was introduced in Qt Mobility 1.0.
Returns true if the id and fields of this definition are empty
This function was introduced in Qt Mobility 1.0.
Returns the per-contact uniqueness of this definition
This function was introduced in Qt Mobility 1.0.
Returns the identifier of this detail definition
This function was introduced in Qt Mobility 1.0.
See also setName().
Removes the field associated with the given field key key from the map of fields which constitute the data of details of this definition.
This function was introduced in Qt Mobility 1.0.
Sets the fields which constitute the data of details of this this definition to fields
This function was introduced in Qt Mobility 1.0.
See also fields().
Sets the unique identifier of this detail type to definitionName.
This function was introduced in Qt Mobility 1.0.
See also name().
Sets whether a contact can have more than one detail of this type. If unique is true, only one detail of this type can be added. Otherwise, any number can be added.
This function was introduced in Qt Mobility 1.0.
See also isUnique().
Returns true if this detail definition has different allowable field types or uniqueness to the other definition
This function was introduced in Qt Mobility 1.0.
Assigns this QContactDetailDefinition to other
This function was introduced in Qt Mobility 1.0.
Returns true if the definition has the same type, uniqueness and allowable value datatypes as other
This function was introduced in Qt Mobility 1.0.
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.