|
|
Dialog for selecting contact or phone number from contacts
enum SelectType { Contact, Numbers } | SelectType |
SelectContactDialog (SelectType type, AlcatelStorage st, AlcatelStorage pst, AlcatelContactList *conts, QWidget *parent=0, const char *name=0)
| SelectContactDialog |
~SelectContactDialog ()
| ~SelectContactDialog |
int getContactID ()
| getContactID |
QString getNumbers ()
| getNumbers |
AlcatelContactList * list | list |
[protected]
KListBox * listbox | listbox |
[protected]
SelectType type | type |
[protected]
int ContactID | ContactID |
[protected]
AlcatelStorage storage | storage |
[protected]
AlcatelStorage prev_storage | prev_storage |
[protected]
QString numbers | numbers |
[protected]
void slotOK ()
| slotOK |
[private slots slot]
void slotCancel ()
| slotCancel |
[private slots slot]
void slotDoubleClicked (QListBoxItem *item, const QPoint &pos)
| slotDoubleClicked |
[private slots slot]