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

Detailed Description
Definition at line 29 of file addresseeemailselection.h.
Public Member Functions | |
| AddresseeEmailSelection () | |
| virtual uint | fieldCount () const |
| virtual QString | fieldTitle (uint index) const |
| virtual uint | itemCount (const KABC::Addressee &addresse) const |
| virtual QString | itemText (const KABC::Addressee &addresse, uint index) const |
| virtual QPixmap | itemIcon (const KABC::Addressee &addresse, uint index) const |
| virtual bool | itemEnabled (const KABC::Addressee &addresse, uint index) const |
| virtual bool | itemMatches (const KABC::Addressee &addresse, uint index, const QString &pattern) const |
| virtual bool | itemEquals (const KABC::Addressee &addresse, uint index, const QString &pattern) const |
| virtual QString | distributionListText (const KABC::DistributionList *distributionList) const |
| virtual QPixmap | distributionListIcon (const KABC::DistributionList *distributionList) const |
| virtual bool | distributionListEnabled (const KABC::DistributionList *distributionList) const |
| virtual bool | distributionListMatches (const KABC::DistributionList *distributionList, const QString &pattern) const |
| virtual uint | addressBookCount () const |
| virtual QString | addressBookTitle (uint index) const |
| virtual KABC::Addressee::List | addressBookContent (uint index) const |
| QStringList | to () const |
| QStringList | cc () const |
| QStringList | bcc () const |
| KABC::Addressee::List | toAddresses () const |
| KABC::Addressee::List | ccAddresses () const |
| KABC::Addressee::List | bccAddresses () const |
| QStringList | toDistributionLists () const |
| QStringList | ccDistributionLists () const |
| QStringList | bccDistributionLists () const |
| void | setSelectedTo (const QStringList &emails) |
| void | setSelectedCC (const QStringList &emails) |
| void | setSelectedBCC (const QStringList &emails) |
Member Function Documentation
| uint AddresseeEmailSelection::fieldCount | ( | ) | const [virtual] |
Returns the number of fields the selection offers.
Implements KPIM::Selection.
Definition at line 38 of file addresseeemailselection.cpp.
| QString AddresseeEmailSelection::fieldTitle | ( | uint | index | ) | const [virtual] |
Returns the title for the field specified by index.
Implements KPIM::Selection.
Definition at line 43 of file addresseeemailselection.cpp.
| uint AddresseeEmailSelection::itemCount | ( | const KABC::Addressee & | addresse | ) | const [virtual] |
Returns the number of items for the given addressee.
Implements KPIM::Selection.
Definition at line 121 of file addresseeemailselection.cpp.
| QString AddresseeEmailSelection::itemText | ( | const KABC::Addressee & | addresse, | |
| uint | index | |||
| ) | const [virtual] |
Returns the text that's used for the item specified by index.
Implements KPIM::Selection.
Definition at line 126 of file addresseeemailselection.cpp.
| QPixmap AddresseeEmailSelection::itemIcon | ( | const KABC::Addressee & | addresse, | |
| uint | index | |||
| ) | const [virtual] |
Returns the icon that's used for the item specified by index.
Implements KPIM::Selection.
Definition at line 131 of file addresseeemailselection.cpp.
| bool AddresseeEmailSelection::itemEnabled | ( | const KABC::Addressee & | addresse, | |
| uint | index | |||
| ) | const [virtual] |
Returns whether the item specified by index is enabled.
Implements KPIM::Selection.
Definition at line 139 of file addresseeemailselection.cpp.
| bool AddresseeEmailSelection::itemMatches | ( | const KABC::Addressee & | addresse, | |
| uint | index, | |||
| const QString & | pattern | |||
| ) | const [virtual] |
Returns whether the item specified by index matches the passed pattern.
Implements KPIM::Selection.
Definition at line 144 of file addresseeemailselection.cpp.
| bool AddresseeEmailSelection::itemEquals | ( | const KABC::Addressee & | addresse, | |
| uint | index, | |||
| const QString & | pattern | |||
| ) | const [virtual] |
Returns whether the item specified by index equals the passed pattern.
Implements KPIM::Selection.
Definition at line 150 of file addresseeemailselection.cpp.
| QString AddresseeEmailSelection::distributionListText | ( | const KABC::DistributionList * | distributionList | ) | const [virtual] |
Returns the text that's used for the given distribution list.
Implements KPIM::Selection.
Definition at line 156 of file addresseeemailselection.cpp.
| QPixmap AddresseeEmailSelection::distributionListIcon | ( | const KABC::DistributionList * | distributionList | ) | const [virtual] |
Returns the icon that's used for the given distribution list.
Implements KPIM::Selection.
Definition at line 161 of file addresseeemailselection.cpp.
| bool AddresseeEmailSelection::distributionListEnabled | ( | const KABC::DistributionList * | distributionList | ) | const [virtual] |
Returns whether the given distribution list is enabled.
Implements KPIM::Selection.
Definition at line 166 of file addresseeemailselection.cpp.
| bool AddresseeEmailSelection::distributionListMatches | ( | const KABC::DistributionList * | distributionList, | |
| const QString & | pattern | |||
| ) | const [virtual] |
Returns whether the given distribution list matches the passed pattern.
Implements KPIM::Selection.
Definition at line 171 of file addresseeemailselection.cpp.
| uint AddresseeEmailSelection::addressBookCount | ( | ) | const [virtual] |
Returns the number of additional address books.
Implements KPIM::Selection.
Definition at line 187 of file addresseeemailselection.cpp.
| QString AddresseeEmailSelection::addressBookTitle | ( | uint | index | ) | const [virtual] |
Returns the title for an additional address book.
Implements KPIM::Selection.
Definition at line 193 of file addresseeemailselection.cpp.
| KABC::Addressee::List AddresseeEmailSelection::addressBookContent | ( | uint | index | ) | const [virtual] |
Returns the content for an additional address book.
Implements KPIM::Selection.
Definition at line 201 of file addresseeemailselection.cpp.
The documentation for this class was generated from the following files:

