calendarsupport
Go to the documentation of this file.
24 #ifndef CALENDARSUPPORT_COLLECTIONSELECTION_H
25 #define CALENDARSUPPORT_COLLECTIONSELECTION_H
31 #include <Akonadi/Collection>
34 class QItemSelectionModel;
36 namespace CalendarSupport {
45 QItemSelectionModel *model()
const;
46 Akonadi::Collection::List selectedCollections()
const;
47 QList<Akonadi::Collection::Id> selectedCollectionIds()
const;
48 bool contains(
const Akonadi::Collection &c )
const;
49 bool contains(
const Akonadi::Collection::Id &
id )
const;
51 bool hasSelection()
const;
54 void selectionChanged(
const Akonadi::Collection::List &selected,
55 const Akonadi::Collection::List &deselected );
56 void collectionDeselected(
const Akonadi::Collection & );
57 void collectionSelected(
const Akonadi::Collection & );
60 void slotSelectionChanged(
const QItemSelection &,
const QItemSelection & );
#define CALENDARSUPPORT_EXPORT
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:54:59 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.