![]() |
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.
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 }

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