akonadi
22#ifndef AKONADI_ETMVIEWSTATESAVER_H
23#define AKONADI_ETMVIEWSTATESAVER_H
25#include <kviewstatesaver.h>
27#include "collection.h"
30#include "akonadi_export.h"
35class 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.
FreeBusyManager::Singleton.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by
doxygen 1.10.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.