KNewStuff
itemsviewbasedelegate.cpp
Go to the documentation of this file.
31ItemsViewBaseDelegate::ItemsViewBaseDelegate(QAbstractItemView *itemView, Engine* engine, QObject * parent)
void install(KNS3::EntryInternal entry, int linkId=1)
Installs an entry's payload file.
Definition: knewstuff3/core/engine.cpp:390
void uninstall(KNS3::EntryInternal entry)
Uninstalls an entry.
Definition: knewstuff3/core/engine.cpp:432
void contactAuthor(const EntryInternal &entry)
Try to contact the author of the entry by email or showing their homepage.
Definition: knewstuff3/core/engine.cpp:487
virtual ~ItemsViewBaseDelegate()
Definition: itemsviewbasedelegate.cpp:45
void signalShowDetails(const KNS3::EntryInternal &entry)
bool eventFilter(QObject *watched, QEvent *event)
Definition: itemsviewbasedelegate.cpp:49
void slotInstallClicked()
Definition: itemsviewbasedelegate.cpp:69
QAbstractItemView * m_itemView
Definition: itemsviewbasedelegate.h:72
void slotDetailsClicked(const QModelIndex &index)
Definition: itemsviewbasedelegate.cpp:104
void slotInstallActionTriggered(QAction *action)
Definition: itemsviewbasedelegate.cpp:87
ItemsViewBaseDelegate(QAbstractItemView *itemView, Engine *engine, QObject *parent=0)
Definition: itemsviewbasedelegate.cpp:31
void slotLinkClicked(const QString &url)
Definition: itemsviewbasedelegate.cpp:59
static QString locate(const char *type, const QString &filename, const KComponentData &cData=KGlobal::mainComponent())
QPersistentModelIndex focusedIndex() const
#define kDebug
QPixmap SmallIcon(const QString &name, int force_size, int state, const QStringList &overlays)
Definition: atticaprovider.cpp:36
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.