Home · All Classes · Annotated · Functions

QPhoneBookEntry Class Reference

The QPhoneBookEntry class specifies the contents of a single entry in a device's phone book. More...

#include <QPhoneBookEntry>

Public Functions


Detailed Description

The QPhoneBookEntry class specifies the contents of a single entry in a device's phone book.

See also QPhoneBook and QPhoneLine.


Member Function Documentation

QPhoneBookEntry::QPhoneBookEntry ()

Constructs an empty phone book entry.

QPhoneBookEntry::QPhoneBookEntry ( const QPhoneBookEntry & other )

Constructs a copy of other.

QPhoneBookEntry::~QPhoneBookEntry ()

Destructs a phone book entry.

uint QPhoneBookEntry::index () const

Get the index associated with this phone book entry.

See also setIndex().

QString QPhoneBookEntry::number () const

Get the phone number associated with this phone book entry.

See also setNumber().

void QPhoneBookEntry::setIndex ( uint value )

Set the index associated with this phone book entry to value.

See also index().

void QPhoneBookEntry::setNumber ( const QString & value )

Set the phone number associated with this phone book entry to value.

See also number().

void QPhoneBookEntry::setText ( const QString & value )

Set the textual name associated with this phone book entry to value.

See also text().

QString QPhoneBookEntry::text () const

Get the textual name associated with this phone book entry.

See also setText().

QPhoneBookEntry & QPhoneBookEntry::operator= ( const QPhoneBookEntry & other )

Copies other into this phone book entry object.

bool QPhoneBookEntry::operator== ( const QPhoneBookEntry & other )

Determine this phone book entry has the same index as other.


Copyright © 2006 Trolltech Trademarks
Qtopia 4.1.7