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-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:27:32 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.