akonadi
20 #ifndef AKONADI_COLLECTIONPROPERTIESPAGE_H
21 #define AKONADI_COLLECTIONPROPERTIESPAGE_H
23 #include "akonadi_export.h"
120 virtual void load(
const Collection &collection ) = 0;
127 virtual void save(
Collection &collection ) = 0;
137 virtual bool canHandle(
const Collection &collection )
const;
144 void setPageTitle(
const QString &title );
149 QString pageTitle()
const;
207 #define AKONADI_COLLECTION_PROPERTIES_PAGE_FACTORY(factoryName, className) \
208 class factoryName: public Akonadi::CollectionPropertiesPageFactory \
211 inline Akonadi::CollectionPropertiesPage* createWidget( QWidget *parent = 0 ) const \
213 return new className( parent ); \
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:27:33 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.