akonadi
20 #ifndef AKONADI_COLLECTIONCOMBOBOX_P_H 21 #define AKONADI_COLLECTIONCOMBOBOX_P_H 23 #include <QtCore/QObject> 25 class QAbstractItemModel;
30 class CollectionComboBox;
31 class CollectionFilterProxyModel;
32 class EntityRightsFilterModel;
34 class MobileEventHandler :
public QObject
39 MobileEventHandler(CollectionComboBox *comboBox, CollectionFilterProxyModel *mimeTypeFilter,
40 EntityRightsFilterModel *accessRightsFilter, QAbstractItemModel *customModel);
43 virtual bool eventFilter(QObject *
object, QEvent *event);
49 CollectionComboBox *mComboBox;
50 CollectionFilterProxyModel *mMimeTypeFilter;
51 EntityRightsFilterModel *mAccessRightsFilter;
52 QAbstractItemModel *mCustomModel;
FreeBusyManager::Singleton.
This file is part of the KDE documentation.
Documentation copyright © 1996-2016 The KDE developers.
Generated on Thu Oct 6 2016 14:28:52 by
doxygen 1.8.12 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.