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;
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:26 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.