Compound list Compound Members
AddressBook::Entry::Address Struct Reference
Since an entry may have different addresses, we need a type for them. More...
Public Members
- QString headline
- The headline for this address.
- QString position
- The position of the person at this address.
- QString org
- The organisation of the person at this address.
- QString orgUnit
- The org unit of the person at this address.
- QString orgSubUnit
- The org subunit of the person at this address.
- QString role
- The role of the person at this address.
- QString deliveryLabel
- The description for delivering.
- QString address
- Street, with house number.
- QString zip
- Zip or postal code.
- QString town
- The town.
- QString country
- The country for federal states.
- QString state
- The state for federal states.
Detailed Description
Since an entry may have different addresses, we need a type for them.
Multiple addresses are used to distinguish between addresses at home
and work, for example.
Member Data Documentation
QString AddressBook::Entry::Address::headline
The headline for this address.
QString AddressBook::Entry::Address::position
The position of the person at this address.
QString AddressBook::Entry::Address::org
The organisation of the person at this address.
QString AddressBook::Entry::Address::orgUnit
The org unit of the person at this address.
QString AddressBook::Entry::Address::orgSubUnit
The org subunit of the person at this address.
QString AddressBook::Entry::Address::role
The role of the person at this address.
QString AddressBook::Entry::Address::deliveryLabel
The description for delivering.
QString AddressBook::Entry::Address::address
Street, with house number.
QString AddressBook::Entry::Address::zip
QString AddressBook::Entry::Address::town
QString AddressBook::Entry::Address::country
The country for federal states.
QString AddressBook::Entry::Address::state
The state for federal states.
The documentation for this struct was generated from the following file:
The KDE Addressbook Developers
Reference
Mirko Sucker, 1999
|