libkdepim
KPIM::Selection Class Reference
Inheritance diagram for KPIM::Selection:

Detailed Description
Definition at line 44 of file addresseeselector.h.
Public Member Functions | |
virtual | ~Selection () |
virtual uint | fieldCount () const =0 |
virtual QString | fieldTitle (uint index) const =0 |
virtual uint | itemCount (const KABC::Addressee &addresse) const =0 |
virtual QString | itemText (const KABC::Addressee &addresse, uint index) const =0 |
virtual QPixmap | itemIcon (const KABC::Addressee &addresse, uint index) const =0 |
virtual bool | itemEnabled (const KABC::Addressee &addresse, uint index) const =0 |
virtual bool | itemMatches (const KABC::Addressee &addresse, uint index, const QString &pattern) const =0 |
virtual bool | itemEquals (const KABC::Addressee &addresse, uint index, const QString &pattern) const =0 |
virtual QString | distributionListText (const KABC::DistributionList *distributionList) const =0 |
virtual QPixmap | distributionListIcon (const KABC::DistributionList *distributionList) const =0 |
virtual bool | distributionListEnabled (const KABC::DistributionList *distributionList) const =0 |
virtual bool | distributionListMatches (const KABC::DistributionList *distributionList, const QString &pattern) const =0 |
virtual uint | addressBookCount () const =0 |
virtual QString | addressBookTitle (uint index) const =0 |
virtual KABC::Addressee::List | addressBookContent (uint index) const =0 |
Protected Member Functions | |
AddresseeSelector * | selector () |
Friends | |
class | AddresseeSelector |
Member Function Documentation
|
Returns the content for an additional address book.
Implemented in KPIM::AddresseeEmailSelection. |
|
Returns the number of additional address books.
Implemented in KPIM::AddresseeEmailSelection. |
|
Returns the title for an additional address book.
Implemented in KPIM::AddresseeEmailSelection. |
|
Returns whether the given distribution list is enabled.
Implemented in KPIM::AddresseeEmailSelection. |
|
Returns the icon that's used for the given distribution list.
Implemented in KPIM::AddresseeEmailSelection. |
|
Returns whether the given distribution list matches the passed pattern.
Implemented in KPIM::AddresseeEmailSelection. |
|
Returns the text that's used for the given distribution list.
Implemented in KPIM::AddresseeEmailSelection. |
|
Returns the number of fields the selection offers.
Implemented in KPIM::AddresseeEmailSelection. |
|
Returns the title for the field specified by index.
Implemented in KPIM::AddresseeEmailSelection. |
|
Returns the number of items for the given addressee.
Implemented in KPIM::AddresseeEmailSelection. |
|
Returns whether the item specified by index is enabled.
Implemented in KPIM::AddresseeEmailSelection. |
|
Returns whether the item specified by index equals the passed pattern.
Implemented in KPIM::AddresseeEmailSelection. |
|
Returns the icon that's used for the item specified by index.
Implemented in KPIM::AddresseeEmailSelection. |
|
Returns whether the item specified by index matches the passed pattern.
Implemented in KPIM::AddresseeEmailSelection. |
|
Returns the text that's used for the item specified by index.
Implemented in KPIM::AddresseeEmailSelection. |
The documentation for this class was generated from the following file: