21 #ifndef KABC_ADDRESSEEDIALOG_H
22 #define KABC_ADDRESSEEDIALOG_H
26 #include <kdialogbase.h>
27 #include <klineedit.h>
28 #include <tdelistview.h>
30 #include "addressbook.h"
64 virtual TQString key(
int column,
bool ascending )
const;
111 Addressee::List addressees();
120 static Addressee getAddressee( TQWidget *parent );
129 static Addressee::List getAddressees( TQWidget *parent );
132 void selectItem(
const TQString & );
133 void updateEdit( TQListViewItem *item );
134 void addSelected( TQListViewItem *item );
135 void removeSelected();
138 void addressBookChanged();
141 void loadAddressBook();
142 void addCompletionItem(
const TQString &str, TQListViewItem *item );
153 TQDict<TQListViewItem> mItemDict;
154 TQDict<TQListViewItem> mSelectedDict;
156 class AddresseeDialogPrivate;
157 AddresseeDialogPrivate *d;
Dialog for selecting address book entries.
Special ListViewItem, that is used by the AddresseeDialog.
Addressee addressee() const
Returns the addressee.
static data, shared by ALL addressee objects