akonadi/kabc
ContactEditorDialog Class Reference
#include <contacteditordialog.h>
Inheritance diagram for ContactEditorDialog:

Detailed Description
Definition at line 33 of file contacteditordialog.h.
Public Types | |
| enum | Mode { CreateMode, EditMode } |
Signals | |
| void | contactStored (const Akonadi::Item &contact) |
Public Member Functions | |
| ContactEditorDialog (Mode mode, QAbstractItemModel *collectionModel, QWidget *parent=0) | |
| void | setContact (const Akonadi::Item &contact) |
| ~ContactEditorDialog () | |
Member Enumeration Documentation
Definition at line 38 of file contacteditordialog.h.
Constructor & Destructor Documentation
| ContactEditorDialog::ContactEditorDialog | ( | Mode | mode, | |
| QAbstractItemModel * | collectionModel, | |||
| QWidget * | parent = 0 | |||
| ) |
Creates a new contact editor dialog.
- Parameters:
-
mode The mode of the dialog. collectionModel The collection model. parent The parent widget of the dialog.
Definition at line 33 of file contacteditordialog.cpp.
| ContactEditorDialog::~ContactEditorDialog | ( | ) |
Member Function Documentation
| void ContactEditorDialog::contactStored | ( | const Akonadi::Item & | contact | ) | [signal] |
This signal is emitted whenever a contact was updated or stored.
- Parameters:
-
contact The data reference of the contact.
| void ContactEditorDialog::setContact | ( | const Akonadi::Item & | contact | ) |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference