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
98 virtual QModelIndex index( int row, int column, const QModelIndex & parent = QModelIndex() ) const;
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 );
103 virtual bool setData( const QModelIndex &index, 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
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:26 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:26 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.