Home · All Namespaces · All Classes
Public Member Functions

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.

                                                                                         :
    StatusIndicator(parent)
{
    setObjectName(metaObject()->className());

    gpsState = createContextItem(context, "Location.SatPositioningState");
    connect(gpsState, SIGNAL(contentsChanged()), this, SLOT(gpsStateChanged()));
}

Here is the call graph for this function:

GPSStatusIndicator::~GPSStatusIndicator (  )  [virtual]

Definition at line 562 of file statusindicator.cpp.

{
}


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

Copyright © 2010 Nokia Corporation Generated on Thu Nov 4 2010 18:19:35
Doxygen 1.7.1
MeeGo Touch