akonadi
itemmodel.h
98 virtual QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const;
147 bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent);
186 Q_PRIVATE_SLOT(d, void itemMoved(const Akonadi::Item &, const Akonadi::Collection &, const Akonadi::Collection &))
Specifies which parts of an item should be fetched from the Akonadi storage.
Definition itemfetchscope.h:70
Session * session() const
Returns the Session object used for all operations by this model.
Definition itemmodel.cpp:425
Collection collection() const
Returns the collection being displayed in the model.
Definition itemmodel.cpp:462
void collectionChanged(const Akonadi::Collection &collection)
This signal is emitted whenever setCollection is called.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.