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


Public Member Functions | |
| GPSStatusIndicator (ApplicationContext &context, QGraphicsItem *parent=NULL) | |
| virtual | ~GPSStatusIndicator () |
A status indicator for showing the GPS connection state
Definition at line 438 of file statusindicator.h.
| GPSStatusIndicator::GPSStatusIndicator | ( | ApplicationContext & | context, | |
| QGraphicsItem * | parent = NULL | |||
| ) | [explicit] |
Constructs a GPSStatusIndicator.
| 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()));
}

| GPSStatusIndicator::~GPSStatusIndicator | ( | ) | [virtual] |
Definition at line 562 of file statusindicator.cpp.
{
}
| Copyright © 2010 Nokia Corporation | Generated on Thu Nov 4 2010 18:19:35 Doxygen 1.7.1 |
MeeGo Touch |