akonadi
Akonadi::SubscriptionDialog Class Reference
#include <subscriptiondialog_p.h>
Inherits KDialog.
Public Member Functions | |
SubscriptionDialog (QWidget *parent=0) | |
SubscriptionDialog (const QStringList &mimetypes, QWidget *parent=0) | |
~SubscriptionDialog () |
Detailed Description
Local subsription dialog.
Constructor & Destructor Documentation
Akonadi::SubscriptionDialog::SubscriptionDialog | ( | QWidget * | parent = 0 | ) | [explicit] |
Creates a new subscription dialog.
- Parameters:
-
parent The parent widget.
Akonadi::SubscriptionDialog::SubscriptionDialog | ( | const QStringList & | mimetypes, |
QWidget * | parent = 0 |
||
) | [explicit] |
Creates a new subscription dialog.
- Parameters:
-
parent The parent widget. mimetypes The specific mimetypes
- Since:
- 4.6
Akonadi::SubscriptionDialog::~SubscriptionDialog | ( | ) |
Destroys the subscription dialog.
- Note:
- Don't call the destructor manually, the dialog will be destructed automatically as soon as all changes are written back to the server.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon May 14 2012 04:53:15 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon May 14 2012 04:53:15 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.