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 () | |
void | showHiddenCollection (bool showHidden) |
Detailed Description
Local subsription dialog.
Definition at line 34 of file subscriptiondialog_p.h.
Constructor & Destructor Documentation
|
explicit |
Creates a new subscription dialog.
- Parameters
-
parent The parent widget.
Definition at line 159 of file subscriptiondialog.cpp.
|
explicit |
Creates a new subscription dialog.
- Parameters
-
parent The parent widget. mimetypes The specific mimetypes
- Since
- 4.6
Definition at line 166 of file subscriptiondialog.cpp.
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.
Definition at line 268 of file subscriptiondialog.cpp.
Member Function Documentation
void SubscriptionDialog::showHiddenCollection | ( | bool | showHidden | ) |
- Parameters
-
showHidden shows hidden collections if set as true
- Since
- 4.9
Definition at line 173 of file subscriptiondialog.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:29 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:29 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.