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
virtual uint KPIM::Selection::fieldCount | ( | ) | const [pure virtual] |
virtual QString KPIM::Selection::fieldTitle | ( | uint | index | ) | const [pure virtual] |
virtual uint KPIM::Selection::itemCount | ( | const KABC::Addressee & | addresse | ) | const [pure virtual] |
virtual QString KPIM::Selection::itemText | ( | const KABC::Addressee & | addresse, | |
uint | index | |||
) | const [pure virtual] |
Returns the text that's used for the item specified by index.
Implemented in KPIM::AddresseeEmailSelection.
virtual QPixmap KPIM::Selection::itemIcon | ( | const KABC::Addressee & | addresse, | |
uint | index | |||
) | const [pure virtual] |
Returns the icon that's used for the item specified by index.
Implemented in KPIM::AddresseeEmailSelection.
virtual bool KPIM::Selection::itemEnabled | ( | const KABC::Addressee & | addresse, | |
uint | index | |||
) | const [pure virtual] |
Returns whether the item specified by index is enabled.
Implemented in KPIM::AddresseeEmailSelection.
virtual bool KPIM::Selection::itemMatches | ( | const KABC::Addressee & | addresse, | |
uint | index, | |||
const QString & | pattern | |||
) | const [pure virtual] |
Returns whether the item specified by index matches the passed pattern.
Implemented in KPIM::AddresseeEmailSelection.
virtual bool KPIM::Selection::itemEquals | ( | const KABC::Addressee & | addresse, | |
uint | index, | |||
const QString & | pattern | |||
) | const [pure virtual] |
Returns whether the item specified by index equals the passed pattern.
Implemented in KPIM::AddresseeEmailSelection.
virtual QString KPIM::Selection::distributionListText | ( | const KABC::DistributionList * | distributionList | ) | const [pure virtual] |
Returns the text that's used for the given distribution list.
Implemented in KPIM::AddresseeEmailSelection.
virtual QPixmap KPIM::Selection::distributionListIcon | ( | const KABC::DistributionList * | distributionList | ) | const [pure virtual] |
Returns the icon that's used for the given distribution list.
Implemented in KPIM::AddresseeEmailSelection.
virtual bool KPIM::Selection::distributionListEnabled | ( | const KABC::DistributionList * | distributionList | ) | const [pure virtual] |
Returns whether the given distribution list is enabled.
Implemented in KPIM::AddresseeEmailSelection.
virtual bool KPIM::Selection::distributionListMatches | ( | const KABC::DistributionList * | distributionList, | |
const QString & | pattern | |||
) | const [pure virtual] |
Returns whether the given distribution list matches the passed pattern.
Implemented in KPIM::AddresseeEmailSelection.
virtual uint KPIM::Selection::addressBookCount | ( | ) | const [pure virtual] |
virtual QString KPIM::Selection::addressBookTitle | ( | uint | index | ) | const [pure virtual] |
virtual KABC::Addressee::List KPIM::Selection::addressBookContent | ( | uint | index | ) | const [pure virtual] |
The documentation for this class was generated from the following file: