![]() |
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.
:
StatusIndicator(parent),
connectionSessionBus(QDBusConnection::sessionBus())
{
setStyleName(metaObject()->className());
connectionSessionBus.connect(QString(),TRANSFER_UI_DBUS_PATH, TRANSFER_UI_DBUS_INTERFACE, TRANSFER_UI_DBUS_SIGNAL,
this, SLOT(transferStateChanged(const QString&)));
}
| TransferStatusIndicator::~TransferStatusIndicator | ( | ) | [virtual] |
| Copyright © 2010 Nokia Corporation | Generated on Thu Nov 4 2010 18:19:35 Doxygen 1.7.1 |
MeeGo Touch |