calendarsupport
Go to the documentation of this file.
   24 #ifndef CALENDARSUPPORT_COLLECTIONSELECTION_H 
   25 #define CALENDARSUPPORT_COLLECTIONSELECTION_H 
   31 #include <Akonadi/Collection> 
   36 namespace CalendarSupport {
 
   46     Akonadi::Collection::List selectedCollections() 
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 & );
 
#define CALENDARSUPPORT_EXPORT
  
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:31:15 by
doxygen 1.8.7 written
by 
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.