libkdepim
#include <openemailaddressjob.h>
Public Member Functions | |
OpenEmailAddressJob (const QString &email, QWidget *parentWidget, QObject *parent=0) | |
~OpenEmailAddressJob () | |
virtual void | start () |
Detailed Description
A job to open the contact editor for a contact with a given email address.
The job will check whether a contact with the given email address already exists in Akonadi. If not, it will add a new contact with the email address to Akonadi and then opens the contact editor.
Definition at line 39 of file openemailaddressjob.h.
Constructor & Destructor Documentation
OpenEmailAddressJob::OpenEmailAddressJob | ( | const QString & | email, |
QWidget * | parentWidget, | ||
QObject * | parent = 0 |
||
) |
Creates a new open email address job.
- Parameters
-
email The email address to open. parentWidget The widget that will be used as parent for dialog. parent The parent object.
Definition at line 97 of file openemailaddressjob.cpp.
OpenEmailAddressJob::~OpenEmailAddressJob | ( | ) |
Destroys the open email address job.
Definition at line 102 of file openemailaddressjob.cpp.
Member Function Documentation
|
virtual |
Starts the job.
Definition at line 107 of file openemailaddressjob.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:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.