![]() |
Home · All Classes · All Functions · | ![]() |
The QContactFamily class contains the names of the family members of a contact. More...
#include <QContactFamily>
Inherits QContactDetail.
QStringList | children () const |
void | setChildren ( const QStringList & childrenNames ) |
void | setSpouse ( const QString & spouseName ) |
QString | spouse () const |
const char * | DefinitionName |
const char * | FieldChildren |
const char * | FieldSpouse |
The QContactFamily class contains the names of the family members of a contact.
Returns the names of the children of the contact which is stored in this detail.
See also setChildren().
Sets the names of the children of the contact which is stored in this detail to childrenNames.
See also children().
Sets the name of the spouse of the contact which is stored in this detail to spouseName.
See also spouse().
Returns the name of the spouse of the contact which is stored in this detail.
See also setSpouse().
The constant string which identifies the definition of details which contain the names of the contact's family.
The constant key for which the children names value is stored in details of the QContactFamily type.
The constant key for which the spouse name value is stored in details of the QContactFamily type.
Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt Mobility Project 1.0.0 |