Compound list Compound Members
KabKey Class Reference
The class KabKey is used to select entries out of the database file. More...
List of all members.
Public Members
- bool operator== (const KabKey&) const
- The comparison operator.
- QString getKey () const
- Get the key as a QString.
- void setKey (const QString&)
- Set this key.
Protected Members
- QString key
- The key of the in this database.
Detailed Description
The class KabKey is used to select entries out of the database file.
In future, keys might become more complex.
Member Function Documentation
bool KabKey::operator==(const KabKey&) const
QString KabKey::getKey() const
Get the key as a QString.
void KabKey::setKey(const QString&)
Member Data Documentation
QString KabKey::key [protected]
The key of the in this database.
The documentation for this class was generated from the following file:
The KDE Addressbook Developers
Reference
Mirko Sucker, 1999
|