libkdepim
#include <addemailaddressjob.h>
Public Member Functions | |
AddEmailAddressJob (const QString &email, QWidget *parentWidget, QObject *parent=0) | |
~AddEmailAddressJob () | |
Akonadi::Item | contact () const |
virtual void | start () |
Detailed Description
A job to add a new contact with a given email address to Akonadi.
The job will check whether a contact with the given email address already exists in Akonadi and inform the user about it, if it does not exist yet, a new contact is added.
Definition at line 40 of file addemailaddressjob.h.
Constructor & Destructor Documentation
AddEmailAddressJob::AddEmailAddressJob | ( | const QString & | email, |
QWidget * | parentWidget, | ||
QObject * | parent = 0 |
||
) |
Creates a new add email address job.
- Parameters
-
email The email address. parentWidget The widget that will be used as parent for dialog. parent The parent object.
Definition at line 270 of file addemailaddressjob.cpp.
AddEmailAddressJob::~AddEmailAddressJob | ( | ) |
Destroys the add email address job.
Definition at line 276 of file addemailaddressjob.cpp.
Member Function Documentation
Akonadi::Item AddEmailAddressJob::contact | ( | ) | const |
Returns the item that represents the new contact.
Definition at line 291 of file addemailaddressjob.cpp.
|
virtual |
Starts the job.
Definition at line 281 of file addemailaddressjob.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.