akonadi
22 #ifndef AKONADI_ENTITYTREEVIEW_H
23 #define AKONADI_ENTITYTREEVIEW_H
25 #include "akonadi_export.h"
91 explicit EntityTreeView( KXMLGUIClient *xmlGuiClient, QWidget *parent = 0 );
105 void setXmlGuiClient( KXMLGUIClient *xmlGuiClient );
110 virtual void setModel( QAbstractItemModel * model );
118 void setDropActionMenuEnabled(
bool enabled );
126 bool isDropActionMenuEnabled()
const;
135 bool isManualSortingActive()
const;
141 void setManualSortingActive(
bool active);
160 void setDefaultPopupMenu(
const QString &name );
212 using QTreeView::currentChanged;
213 #ifndef QT_NO_DRAGANDDROP
214 virtual void startDrag( Qt::DropActions supportedActions );
215 virtual void dragMoveEvent( QDragMoveEvent *event );
216 virtual void dropEvent( QDropEvent *event );
218 virtual void timerEvent( QTimerEvent *event );
219 #ifndef QT_NO_CONTEXTMENU
220 virtual void contextMenuEvent( QContextMenuEvent *event );
229 Q_PRIVATE_SLOT( d,
void itemClicked(
const QModelIndex& ) )
230 Q_PRIVATE_SLOT( d,
void itemDoubleClicked(
const QModelIndex& ) )
231 Q_PRIVATE_SLOT( d,
void itemCurrentChanged(
const QModelIndex& ) )
232 Q_PRIVATE_SLOT( d,
void slotSelectionChanged(
const QItemSelection &,
const QItemSelection & ) )
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:27:36 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.