akonadi
collectionpropertiespage.h
A factory class for collection properties dialog pages.
Definition: collectionpropertiespage.h:169
virtual CollectionPropertiesPage * createWidget(QWidget *parent=0) const =0
Returns the actual page widget.
virtual ~CollectionPropertiesPageFactory()
Destroys the collection properties page factory.
A single page in a collection properties dialog.
Definition: collectionpropertiespage.h:100
~CollectionPropertiesPage()
Destroys the collection properties page.
void setPageTitle(const QString &title)
Sets the page title.
virtual bool canHandle(const Collection &collection) const
Checks if this page can actually handle the given collection.
virtual void load(const Collection &collection)=0
Loads the page content from the given collection.
virtual void save(Collection &collection)=0
Saves page content to the given collection.
CollectionPropertiesPage(QWidget *parent=0)
Creates a new collection properties page.
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.