Home · All Classes · All Functions ·

QContactOrganization Class Reference

The QContactOrganization class provides details about an organization that the contact is either a part of, or stands for. More...

    #include <QContactOrganization>

Inherits QContactDetail.


Public Functions

QString assistantName () const
QStringList department () const
QString location () const
QString logo () const
QString name () const
QString role () const
void setAssistantName ( const QString & assistantName )
void setDepartment ( const QStringList & department )
void setLocation ( const QString & location )
void setLogo ( const QString & logo )
void setName ( const QString & name )
void setRole ( const QString & role )
void setTitle ( const QString & title )
QString title () const

Public Variables

const char * DefinitionName
const char * FieldAssistantName
const char * FieldDepartment
const char * FieldLocation
const char * FieldLogo
const char * FieldName
const char * FieldRole
const char * FieldTitle

Additional Inherited Members


Detailed Description

The QContactOrganization class provides details about an organization that the contact is either a part of, or stands for.


Member Function Documentation

QString QContactOrganization::assistantName () const

Returns the name of the default assistant of contacts belonging to this organization.

See also setAssistantName().

QStringList QContactOrganization::department () const

Returns the contact's department stored in this detail.

See also setDepartment().

QString QContactOrganization::location () const

Returns the location of the organization stored in this detail.

See also setLocation().

QString QContactOrganization::logo () const

Returns the logo of the organization stored in this detail.

See also setLogo().

QString QContactOrganization::name () const

Returns the name of the organization stored in this detail.

See also setName().

QString QContactOrganization::role () const

Returns the contact's role within the organization stored in this detail.

See also setRole().

void QContactOrganization::setAssistantName ( const QString & assistantName )

Sets the name of the default assistant of contacts belonging to this organization to assistantName.

See also assistantName().

void QContactOrganization::setDepartment ( const QStringList & department )

Sets the contact's department of the organization stored in this detail to department. The department is a list of progressively finer-grained information.

See also department().

void QContactOrganization::setLocation ( const QString & location )

Sets the location (e.g. city or suburb) of the organization stored in this detail to location.

See also location().

void QContactOrganization::setLogo ( const QString & logo )

Sets the logo of the organization stored in this detail to logo.

See also logo().

void QContactOrganization::setName ( const QString & name )

Sets the name of the organization stored in this detail to name.

See also name().

void QContactOrganization::setRole ( const QString & role )

Sets the contact's role within the organization stored in this detail to role.

See also role().

void QContactOrganization::setTitle ( const QString & title )

Sets the contact's title within the organization stored in this detail to title.

See also title().

QString QContactOrganization::title () const

Returns the contact's title within the organization stored in this detail.

See also setTitle().


Member Variable Documentation

const char * QContactOrganization::DefinitionName

The constant string which identifies the definition of details which identify the organization to which a contact belongs in a given context.

const char * QContactOrganization::FieldAssistantName

The constant key for which the contact's assistant name within the organization is stored in details of the QContactOrganization type.

const char * QContactOrganization::FieldDepartment

The constant key for which the organization's department value is stored in details of the QContactOrganization type.

const char * QContactOrganization::FieldLocation

The constant key for which the organization's location (or the location of the contact's part of the organization) value is stored in details of the QContactOrganization type.

const char * QContactOrganization::FieldLogo

The constant key for which the logo path value is stored in details of the QContactOrganization type.

const char * QContactOrganization::FieldName

The constant key for which the name value is stored in details of the QContactOrganization type.

const char * QContactOrganization::FieldRole

The constant key for which the contact's role within the organization is stored in details of the QContactOrganization type.

const char * QContactOrganization::FieldTitle

The constant key for which the contact's title within the organization is stored in details of the QContactOrganization type.


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