KPIM::SelectionItem Class Reference
#include <addresseeselector.h>
Public Types | |
| typedef TQValueList< SelectionItem > | List |
Public Member Functions | |
| SelectionItem (const TDEABC::Addressee &addressee, uint index) | |
| SelectionItem (TDEABC::DistributionList *list, uint index) | |
| void | addToField (int index) |
| void | removeFromField (int index) |
| bool | isInField (int index) |
| TDEABC::Addressee | addressee () const |
| TDEABC::DistributionList * | distributionList () const |
| uint | index () const |
Detailed Description
Internal helper class.
Definition at line 142 of file addresseeselector.h.
Member Typedef Documentation
◆ List
| typedef TQValueList<SelectionItem> KPIM::SelectionItem::List |
Definition at line 145 of file addresseeselector.h.
Constructor & Destructor Documentation
◆ SelectionItem() [1/3]
| SelectionItem::SelectionItem | ( | const TDEABC::Addressee & | addressee, |
| uint | index | ||
| ) |
Definition at line 138 of file addresseeselector.cpp.
◆ SelectionItem() [2/3]
| SelectionItem::SelectionItem | ( | TDEABC::DistributionList * | list, |
| uint | index | ||
| ) |
Definition at line 144 of file addresseeselector.cpp.
◆ SelectionItem() [3/3]
| SelectionItem::SelectionItem | ( | ) |
Definition at line 150 of file addresseeselector.cpp.
Member Function Documentation
◆ addressee()
| TDEABC::Addressee SelectionItem::addressee | ( | ) | const |
Definition at line 171 of file addresseeselector.cpp.
◆ addToField()
| void SelectionItem::addToField | ( | int | index | ) |
Definition at line 156 of file addresseeselector.cpp.
◆ distributionList()
| TDEABC::DistributionList * SelectionItem::distributionList | ( | ) | const |
Definition at line 176 of file addresseeselector.cpp.
◆ index()
| uint SelectionItem::index | ( | ) | const |
Definition at line 181 of file addresseeselector.cpp.
◆ isInField()
| bool SelectionItem::isInField | ( | int | index | ) |
Definition at line 166 of file addresseeselector.cpp.
◆ removeFromField()
| void SelectionItem::removeFromField | ( | int | index | ) |
Definition at line 161 of file addresseeselector.cpp.
The documentation for this class was generated from the following files:
