Home · All Classes · All Functions ·

QContactFamily Class Reference

The QContactFamily class contains the names of the family members of a contact. More...

    #include <QContactFamily>

Inherits QContactDetail.


Public Functions

QStringList children () const
void setChildren ( const QStringList & childrenNames )
void setSpouse ( const QString & spouseName )
QString spouse () const

Public Variables

const char * DefinitionName
const char * FieldChildren
const char * FieldSpouse

Additional Inherited Members


Detailed Description

The QContactFamily class contains the names of the family members of a contact.


Member Function Documentation

QStringList QContactFamily::children () const

Returns the names of the children of the contact which is stored in this detail.

See also setChildren().

void QContactFamily::setChildren ( const QStringList & childrenNames )

Sets the names of the children of the contact which is stored in this detail to childrenNames.

See also children().

void QContactFamily::setSpouse ( const QString & spouseName )

Sets the name of the spouse of the contact which is stored in this detail to spouseName.

See also spouse().

QString QContactFamily::spouse () const

Returns the name of the spouse of the contact which is stored in this detail.

See also setSpouse().


Member Variable Documentation

const char * QContactFamily::DefinitionName

The constant string which identifies the definition of details which contain the names of the contact's family.

const char * QContactFamily::FieldChildren

The constant key for which the children names value is stored in details of the QContactFamily type.

const char * QContactFamily::FieldSpouse

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