mailcommon
selectmulticollectionwidget.cpp
Go to the documentation of this file.
45 SelectMultiCollectionWidget::SelectMultiCollectionWidget(const QList<Akonadi::Collection::Id> &selectedCollection, QWidget *parent)
75 mCheckedCollectionWidget->checkableProxy()->data( child, Akonadi::EntityTreeModel::CollectionRole ).value<Akonadi::Collection>();
92 QList<Akonadi::Collection> SelectMultiCollectionWidget::selectedCollection(const QModelIndex &parent) const
101 mCheckedCollectionWidget->checkableProxy()->data( child, Akonadi::EntityTreeModel::CollectionRole ).value<Akonadi::Collection>();
~SelectMultiCollectionWidget()
Definition: selectmulticollectionwidget.cpp:52
SelectMultiCollectionWidget(const QList< Akonadi::Collection::Id > &selectedCollection, QWidget *parent=0)
Definition: selectmulticollectionwidget.cpp:45
QTreeView * folderTreeView() const
Definition: checkedcollectionwidget.cpp:94
Akonadi::EntityTreeModel * entityTreeModel() const
Definition: checkedcollectionwidget.cpp:89
KCheckableProxyModel * checkableProxy() const
Definition: checkedcollectionwidget.cpp:104
QList< Akonadi::Collection > selectedCollection(const QModelIndex &parent=QModelIndex()) const
Definition: selectmulticollectionwidget.cpp:92
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:15 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:15 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.