![]() |
Home · All Namespaces · All Classes |
#include <statusindicator.h>


Public Member Functions | |
| TransferStatusIndicator (QGraphicsItem *parent=NULL) | |
| virtual | ~TransferStatusIndicator () |
A status indicator for showing the status of transfer. Shows ongoing transfer and error in transfer.
Definition at line 466 of file statusindicator.h.
| TransferStatusIndicator::TransferStatusIndicator | ( | QGraphicsItem * | parent = NULL |
) | [explicit] |
Constructs a TransferStatusIndicator. Starts listening changes in transfer's state from Transfer UI dbus interface.
| parent | parent QGraphicsItem. If parent is NULL, the creating client must take the responsibility to delete the indicator. |
Definition at line 583 of file statusindicator.cpp.
00583 : 00584 StatusIndicator(parent), 00585 connectionSessionBus(QDBusConnection::sessionBus()) 00586 { 00587 setStyleName(metaObject()->className()); 00588 00589 connectionSessionBus.connect(QString(),TRANSFER_UI_DBUS_PATH, TRANSFER_UI_DBUS_INTERFACE, TRANSFER_UI_DBUS_SIGNAL, 00590 this, SLOT(transferStateChanged(const QString&))); 00591 00592 }
| TransferStatusIndicator::~TransferStatusIndicator | ( | ) | [virtual] |
Destroys the TransferStatusIndicator.
Definition at line 594 of file statusindicator.cpp.
| Copyright © 2010 Nokia Corporation | Generated on Wed Nov 10 16:05:14 2010 Doxygen 1.6.1 |
MeeGo Touch |