kget
KGetPieChart Class Reference
  #include <kgetpiechart.h>
Inheritance diagram for KGetPieChart:

Classes | |
| class | Data | 
| class | Item | 
| class | PieChart | 
| class | Private | 
Public Member Functions | |
| KGetPieChart (QObject *parent, const QVariantList &args) | |
| ~KGetPieChart () | |
| void | init () | 
  Public Member Functions inherited from KGetApplet | |
| KGetApplet (QObject *parent, const QVariantList &args) | |
| ~KGetApplet () | |
| void | init () | 
| void | setDataWidget (QGraphicsWidget *widget) | 
Additional Inherited Members | |
  Public Slots inherited from KGetApplet | |
| void | dataUpdated (const QString &name, const Plasma::DataEngine::Data &data) | 
  Signals inherited from KGetApplet | |
| void | transfersAdded (const QList< OrgKdeKgetTransferInterface * > &transfers) | 
| void | transfersRemoved (const QList< OrgKdeKgetTransferInterface * > &transfers) | 
| void | update () | 
  Protected Member Functions inherited from KGetApplet | |
| 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 inherited from KGetApplet | |
| 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 inherited from KGetApplet | |
| static const QString | KGET_DBUS_PATH = "/KGet" | 
| static const QString | KGET_DBUS_SERVICE = "org.kde.kget" | 
Detailed Description
Definition at line 33 of file kgetpiechart.h.
Constructor & Destructor Documentation
| KGetPieChart::KGetPieChart | ( | QObject * | parent, | 
| const QVariantList & | args | ||
| ) | 
Definition at line 340 of file kgetpiechart.cpp.
| KGetPieChart::~KGetPieChart | ( | ) | 
Definition at line 345 of file kgetpiechart.cpp.
Member Function Documentation
| void KGetPieChart::init | ( | ) | 
Definition at line 350 of file kgetpiechart.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
            Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
    KDE API Reference
 Public Member Functions inherited from