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


Public Member Functions | |
| BluetoothStatusIndicator (ApplicationContext &context, QGraphicsItem *parent=NULL) | |
| virtual | ~BluetoothStatusIndicator () |
A status indicator for showing whether the bluetooth connection is activated.
Definition at line 255 of file statusindicator.h.
| BluetoothStatusIndicator::BluetoothStatusIndicator | ( | ApplicationContext & | context, | |
| QGraphicsItem * | parent = NULL | |||
| ) | [explicit] |
Constructs a BluetoothStatusIndicator.
| context | the application context to get status information from | |
| parent | parent MWidget |
Definition at line 299 of file statusindicator.cpp.
00299 : 00300 StatusIndicator(parent) 00301 { 00302 setObjectName(metaObject()->className()); 00303 00304 bluetoothEnabled = createContextItem(context, "Bluetooth.Enabled"); 00305 connect(bluetoothEnabled, SIGNAL(contentsChanged()), this, SLOT(bluetoothChanged())); 00306 bluetoothConnected = createContextItem(context, "Bluetooth.Connected"); 00307 connect(bluetoothConnected, SIGNAL(contentsChanged()), this, SLOT(bluetoothChanged())); 00308 }

| BluetoothStatusIndicator::~BluetoothStatusIndicator | ( | ) | [virtual] |
Definition at line 310 of file statusindicator.cpp.
| Copyright © 2010 Nokia Corporation | Generated on Wed Nov 10 16:05:03 2010 Doxygen 1.6.1 |
MeeGo Touch |