Home · All Namespaces · All Classes

GPSStatusIndicator Class Reference

#include <statusindicator.h>

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

List of all members.

Public Member Functions

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

Detailed Description

A status indicator for showing the GPS connection state

Definition at line 438 of file statusindicator.h.


Constructor & Destructor Documentation

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

Constructs a GPSStatusIndicator.

Parameters:
context the application context to get GPS status information from
parent parent MWidget. If parent is NULL, the creating client must take the responsibility to delete the indicator.

Definition at line 553 of file statusindicator.cpp.

00553                                                                                          :
00554     StatusIndicator(parent)
00555 {
00556     setObjectName(metaObject()->className());
00557 
00558     gpsState = createContextItem(context, "Location.SatPositioningState");
00559     connect(gpsState, SIGNAL(contentsChanged()), this, SLOT(gpsStateChanged()));
00560 }

Here is the call graph for this function:

GPSStatusIndicator::~GPSStatusIndicator (  )  [virtual]

Definition at line 562 of file statusindicator.cpp.

00563 {
00564 }


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

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