akonadi
entitylistview.h
void setDropActionMenuEnabled(bool enabled)
Sets whether the drop action menu is enabled and will be shown on drop operation.
Definition entitylistview.cpp:250
void currentChanged(const Akonadi::Collection &collection)
This signal is emitted whenever the current collection in the view has changed.
void clicked(const Akonadi::Item &item)
This signal is emitted whenever the user has clicked an item in the view.
void setXmlGuiClient(KXMLGUIClient *xmlGuiClient)
Sets the XML GUI client which the view is used in.
Definition entitylistview.cpp:233
void clicked(const Akonadi::Collection &collection)
This signal is emitted whenever the user has clicked a collection in the view.
EntityListView(QWidget *parent=0)
Creates a new favorite collections view.
Definition entitylistview.cpp:142
bool isDropActionMenuEnabled() const
Returns whether the drop action menu is enabled and will be shown on drop operation.
Definition entitylistview.cpp:257
virtual void setModel(QAbstractItemModel *model)
Definition entitylistview.cpp:164
void currentChanged(const Akonadi::Item &item)
This signal is emitted whenever the current item in the view has changed.
void doubleClicked(const Akonadi::Item &item)
This signal is emitted whenever the user has double clicked an item in the view.
void doubleClicked(const Akonadi::Collection &collection)
This signal is emitted whenever the user has double clicked a collection in the view.
KXMLGUIClient * xmlGuiClient() const
Return the XML GUI client which the view is used in.
Definition entitylistview.cpp:238
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.