akonadi
collectionmodel.h
63 OldCollectionIdRole = Qt::UserRole + 1,
64 OldCollectionRole = Qt::UserRole + 2,
65 CollectionIdRole = Qt::UserRole + 10,
66 CollectionRole = Qt::UserRole + 11,
67 UserRole = Qt::UserRole + 42
101 virtual QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const;
102 virtual bool setHeaderData(int section, Qt::Orientation orientation, const QVariant &value, int role = Qt::EditRole);
107 virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent);
Provides statistics information of a Collection.
Definition: collectionstatistics.h:69
typedef DropActions
typedef ItemFlags
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.