kget
#include <kgetapplet.h>

Classes | |
struct | Data |
Public Slots | |
void | dataUpdated (const QString &name, const Plasma::DataEngine::Data &data) |
Signals | |
void | transfersAdded (const QList< OrgKdeKgetTransferInterface * > &transfers) |
void | transfersRemoved (const QList< OrgKdeKgetTransferInterface * > &transfers) |
void | update () |
Public Member Functions | |
KGetApplet (QObject *parent, const QVariantList &args) | |
~KGetApplet () | |
void | init () |
void | setDataWidget (QGraphicsWidget *widget) |
Protected Member Functions | |
virtual void | constraintsEvent (Plasma::Constraints constraints) |
virtual void | dropEvent (QGraphicsSceneDragDropEvent *event) |
virtual void | dropEvent (QDropEvent *event) |
virtual bool | sceneEventFilter (QGraphicsItem *watched, QEvent *event) |
Protected Attributes | |
QGraphicsWidget * | m_dataWidget |
KIO::filesize_t | m_downloadedSize |
Plasma::DataEngine * | m_engine |
ErrorWidget * | m_errorWidget |
Plasma::Meter * | m_globalProgress |
Plasma::IconWidget * | m_icon |
ProxyWidget * | m_proxyWidget |
KIO::filesize_t | m_totalSize |
QHash < OrgKdeKgetTransferInterface *, Data > | m_transfers |
Static Protected Attributes | |
static const QString | KGET_DBUS_PATH = "/KGet" |
static const QString | KGET_DBUS_SERVICE = "org.kde.kget" |
Detailed Description
Definition at line 68 of file kgetapplet.h.
Constructor & Destructor Documentation
KGetApplet::KGetApplet | ( | QObject * | parent, |
const QVariantList & | args | ||
) |
Definition at line 118 of file kgetapplet.cpp.
KGetApplet::~KGetApplet | ( | ) |
Definition at line 135 of file kgetapplet.cpp.
Member Function Documentation
|
protectedvirtual |
Definition at line 292 of file kgetapplet.cpp.
|
slot |
Definition at line 161 of file kgetapplet.cpp.
|
protectedvirtual |
Definition at line 347 of file kgetapplet.cpp.
|
protectedvirtual |
Definition at line 377 of file kgetapplet.cpp.
void KGetApplet::init | ( | ) |
Definition at line 139 of file kgetapplet.cpp.
|
protectedvirtual |
Definition at line 329 of file kgetapplet.cpp.
void KGetApplet::setDataWidget | ( | QGraphicsWidget * | widget | ) |
Definition at line 285 of file kgetapplet.cpp.
|
signal |
|
signal |
|
signal |
Member Data Documentation
|
staticprotected |
Definition at line 117 of file kgetapplet.h.
|
staticprotected |
Definition at line 116 of file kgetapplet.h.
|
protected |
Definition at line 109 of file kgetapplet.h.
|
protected |
Definition at line 114 of file kgetapplet.h.
|
protected |
Definition at line 112 of file kgetapplet.h.
|
protected |
Definition at line 108 of file kgetapplet.h.
|
protected |
Definition at line 110 of file kgetapplet.h.
|
protected |
Definition at line 111 of file kgetapplet.h.
|
protected |
Definition at line 107 of file kgetapplet.h.
|
protected |
Definition at line 113 of file kgetapplet.h.
Definition at line 115 of file kgetapplet.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:28:44 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.