akonadi
Akonadi::CollectionPropertiesPageFactory Class Referenceabstract
#include <collectionpropertiespage.h>
Public Member Functions | |
virtual | ~CollectionPropertiesPageFactory () |
virtual CollectionPropertiesPage * | createWidget (QWidget *parent=0) const =0 |
Detailed Description
A factory class for collection properties dialog pages.
The factory encapsulates the creation of the collection properties dialog page. You can use the AKONADI_COLLECTION_PROPERTIES_PAGE_FACTORY macro to create a factory class automatically.
Definition at line 168 of file collectionpropertiespage.h.
Constructor & Destructor Documentation
|
virtual |
Destroys the collection properties page factory.
Member Function Documentation
|
pure virtual |
Returns the actual page widget.
- Parameters
-
parent The parent widget.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.