akonadi
22 #ifndef AKONADI_ETMVIEWSTATESAVER_H
23 #define AKONADI_ETMVIEWSTATESAVER_H
25 #include <kviewstatesaver.h>
27 #include "collection.h"
30 #include "akonadi_export.h"
35 class AKONADI_EXPORT ETMViewStateSaver :
public KViewStateSaver
39 ETMViewStateSaver(QObject *parent = 0);
42 void selectCollections(
const QList<Akonadi::Collection::Id> &list);
43 void selectItems(
const Akonadi::Item::List &list);
44 void selectItems(
const QList<Akonadi::Item::Id> &list);
48 QModelIndex indexFromConfigString(
const QAbstractItemModel *model,
const QString &key)
const;
49 QString indexToConfigString(
const QModelIndex &index)
const;
QList< Collection > List
Describes a list of collections.
This file is part of the KDE documentation.
Documentation copyright © 1996-2015 The KDE developers.
Generated on Fri Apr 10 2015 18:56:25 by
doxygen 1.8.6 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.