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
97 virtual QModelIndex index( int row, int column, const QModelIndex & parent = QModelIndex() ) const;
100 virtual QVariant headerData( int section, Qt::Orientation orientation, int role = Qt::DisplayRole ) const;
101 virtual bool setHeaderData( int section, Qt::Orientation orientation, const QVariant &value, int role = Qt::EditRole );
102 virtual bool setData( const QModelIndex &index, const QVariant &value, int role = Qt::EditRole );
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:27:33 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:27:33 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.