akonadi
20 #ifndef AKONADI_TAGMODELPRIVATE_H
21 #define AKONADI_TAGMODELPRIVATE_H
36 explicit TagModelPrivate(TagModel *parent);
37 virtual ~TagModelPrivate();
39 void init(Monitor *recorder);
41 void tagsFetchDone(KJob *job);
42 void tagsFetched(
const Akonadi::Tag::List &tags);
47 QModelIndex indexForTag(qint64 tagId)
const;
48 Tag tagForIndex(
const QModelIndex &index)
const;
50 void removeTagsRecursively(qint64 parentTag);
54 QHash<Tag::Id , Tag::List > mChildTags;
55 QHash<Tag::Id , Tag> mTags;
57 QHash<Tag::Id , Tag::List > mPendingTags;
60 Q_DECLARE_PUBLIC(TagModel)
66 #endif // AKONADI_TAGMODELPRIVATE_H
FreeBusyManager::Singleton.
This file is part of the KDE documentation.
Documentation copyright © 1996-2015 The KDE developers.
Generated on Tue Jun 2 2015 17:13:38 by
doxygen 1.8.9.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.