Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QPhoneBookEntry class specifies the contents of a single entry in a device's phone book. More...
#include <QPhoneBookEntry>
The QPhoneBookEntry class specifies the contents of a single entry in a device's phone book.
Phone book entries are retrieved by a call to QPhoneBook::getEntries().
See also QPhoneBook.
Constructs an empty phone book entry.
Constructs a copy of other.
Destructs a phone book entry.
Returns the index associated with this phone book entry.
See also setIndex().
Returns the phone number associated with this phone book entry.
See also setNumber().
Sets the index associated with this phone book entry to value.
See also index().
Sets the phone number associated with this phone book entry to value.
See also number().
Sets the textual name associated with this phone book entry to value.
See also text().
Returns the textual name associated with this phone book entry.
See also setText().
Copies other into this phone book entry object.
Returns true if this phone book entry has the same index as other; otherwise returns false.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |