akonadi
18 #ifndef RECENTCOLLECTIONACTION_P_H
19 #define RECENTCOLLECTIONACTION_P_H
21 #include <QStringList>
22 #include <QModelIndex>
23 #include <akonadi/collection.h>
24 #include <ksharedconfig.h>
27 class QAbstractItemModel;
37 class RecentCollectionAction :
public QObject
44 explicit RecentCollectionAction(
const QAbstractItemModel *model, QMenu *menu);
48 ~RecentCollectionAction();
53 void addRecentCollection( Akonadi::Collection::Id
id);
55 void cleanRecentCollection();
59 void fillRecentCollection();
60 QString actionName(QModelIndex index);
63 QStringList mListRecentCollection;
65 const QAbstractItemModel *mModel;
66 QAction *mRecentAction;
67 KSharedConfig::Ptr mAkonadiConfig;
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Sep 24 2012 09:06:27 by
doxygen 1.8.1.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.