akonadi
20 #ifndef AKONADI_COLLECTION_VIEW 21 #define AKONADI_COLLECTION_VIEW 23 #include "akonadi_export.h" 83 explicit AKONADI_DEPRECATED
CollectionView(KXmlGuiWindow *xmlGuiWindow, QWidget *parent = 0);
93 explicit CollectionView(KXMLGUIClient *xmlGuiClient, QWidget *parent = 0);
98 virtual ~CollectionView();
106 AKONADI_DEPRECATED
void setXmlGuiWindow(KXmlGuiWindow *xmlGuiWindow);
115 void setXmlGuiClient(KXMLGUIClient *xmlGuiClient);
117 virtual void setModel(QAbstractItemModel *model);
137 using QTreeView::currentChanged;
138 virtual void dragMoveEvent(QDragMoveEvent *event);
139 virtual void dragLeaveEvent(QDragLeaveEvent *event);
140 virtual void dropEvent(QDropEvent *event);
141 virtual void contextMenuEvent(QContextMenuEvent *event);
148 Q_PRIVATE_SLOT(d,
void dragExpand())
149 Q_PRIVATE_SLOT(d,
void itemClicked(
const QModelIndex &))
150 Q_PRIVATE_SLOT(d,
void itemCurrentChanged(
const QModelIndex &))
Represents a collection of PIM items.
A view to show a collection tree provided by a CollectionModel.
FreeBusyManager::Singleton.
This file is part of the KDE documentation.
Documentation copyright © 1996-2017 The KDE developers.
Generated on Thu Jan 19 2017 05:09:52 by
doxygen 1.8.13 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.