Home · All Namespaces · All Classes

BluetoothStatusIndicator Class Reference

#include <statusindicator.h>

Inheritance diagram for BluetoothStatusIndicator:
Inheritance graph
[legend]
Collaboration diagram for BluetoothStatusIndicator:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 BluetoothStatusIndicator (ApplicationContext &context, QGraphicsItem *parent=NULL)
virtual ~BluetoothStatusIndicator ()

Detailed Description

A status indicator for showing whether the bluetooth connection is activated.

Definition at line 255 of file statusindicator.h.


Constructor & Destructor Documentation

BluetoothStatusIndicator::BluetoothStatusIndicator ( ApplicationContext context,
QGraphicsItem *  parent = NULL 
) [explicit]

Constructs a BluetoothStatusIndicator.

Parameters:
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 }

Here is the call graph for this function:

BluetoothStatusIndicator::~BluetoothStatusIndicator (  )  [virtual]

Definition at line 310 of file statusindicator.cpp.

00311 {
00312 }


The documentation for this class was generated from the following files:

Copyright © 2010 Nokia Corporation Generated on Wed Nov 10 16:05:03 2010
Doxygen 1.6.1
MeeGo Touch