akonadi
20 #ifndef AKONADI_ITEM_VIEW
21 #define AKONADI_ITEM_VIEW
23 #include "akonadi_export.h"
60 class AKONADI_EXPORT
ItemView :
public QTreeView
70 explicit ItemView( QWidget *parent = 0 );
80 explicit KDE_DEPRECATED
ItemView( KXmlGuiWindow *xmlGuiWindow, QWidget *parent = 0 );
91 explicit ItemView( KXMLGUIClient *xmlGuiClient, QWidget *parent = 0 );
104 KDE_DEPRECATED
void setXmlGuiWindow( KXmlGuiWindow *xmlGuiWindow );
112 void setXmlGuiClient( KXMLGUIClient *xmlGuiClient );
115 virtual void setModel( QAbstractItemModel * model );
124 void activated(
const Akonadi::Item &item );
132 void currentChanged(
const Akonadi::Item &item );
141 void clicked(
const Akonadi::Item &item );
150 void doubleClicked(
const Akonadi::Item &item );
153 using QTreeView::currentChanged;
154 void contextMenuEvent( QContextMenuEvent *event );
161 Q_PRIVATE_SLOT( d,
void itemActivated(
const QModelIndex& ) )
162 Q_PRIVATE_SLOT( d,
void itemCurrentChanged(
const QModelIndex& ) )
163 Q_PRIVATE_SLOT( d,
void itemClicked(
const QModelIndex& ) )
164 Q_PRIVATE_SLOT( d,
void itemDoubleClicked(
const QModelIndex& ) )
A view to show an item list provided by an ItemModel.
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Nov 26 2013 09:03:18 by
doxygen 1.8.5 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.