kjots
kjotssortproxymodel.cpp
Go to the documentation of this file.
40 const Akonadi::Collection::Id colId = left.data( Akonadi::EntityTreeModel::ParentCollectionRole ).value<Akonadi::Collection>().id();
45 const Akonadi::Item leftItem = left.data( Akonadi::EntityTreeModel::ItemRole ).value<Akonadi::Item>();
46 const Akonadi::Item rightItem = right.data( Akonadi::EntityTreeModel::ItemRole ).value<Akonadi::Item>();
63 const Akonadi::Collection collection = childIndex.data( Akonadi::EntityTreeModel::ParentCollectionRole ).value<Akonadi::Collection>();
virtual bool lessThan(const QModelIndex &left, const QModelIndex &right) const
Definition: kjotssortproxymodel.cpp:38
KJotsSortProxyModel(QObject *parent=0)
Definition: kjotssortproxymodel.cpp:27
void sortChildrenAlphabetically(const QModelIndex &parent)
Definition: kjotssortproxymodel.cpp:71
void sortChildrenByCreationTime(const QModelIndex &parent)
Definition: kjotssortproxymodel.cpp:82
~KJotsSortProxyModel()
Definition: kjotssortproxymodel.cpp:33
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:39 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 22:55:39 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.