QGIS API Documentation  2.6.0-Brighton
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Protected Slots | List of all members
QgsQtLocationConnection Class Reference

#include <qgsqtlocationconnection.h>

Inheritance diagram for QgsQtLocationConnection:
Inheritance graph
[legend]

Public Member Functions

 QgsQtLocationConnection ()
 ~QgsQtLocationConnection ()
- Public Member Functions inherited from QgsGPSConnection
 QgsGPSConnection (QIODevice *dev)
 Constructor.
virtual ~QgsGPSConnection ()
bool connect ()
 Opens connection to device.
bool close ()
 Closes connection to device.
void setSource (QIODevice *source)
 Sets the GPS source.
Status status () const
 Returns the status.
QgsGPSInformation currentGPSInformation () const
 Returns the current gps information (lat, lon, etc.)

Protected Slots

void broadcastConnectionAvailable ()
 Needed to make QtLocation detected.
void parseData ()
 Parse available data source content.
void positionUpdated (const QGeoPositionInfo &info)
 Called when the position updated.
void satellitesInViewUpdated (const QList< QGeoSatelliteInfo > &satellites)
 Called when the number of satellites in view is updated.
void satellitesInUseUpdated (const QList< QGeoSatelliteInfo > &satellites)
 Called when the number of satellites in use is updated.
- Protected Slots inherited from QgsGPSConnection
virtual void parseData ()=0
 Parse available data source content.

Additional Inherited Members

- Public Types inherited from QgsGPSConnection
enum  Status { NotConnected, Connected, DataReceived, GPSDataReceived }
- Signals inherited from QgsGPSConnection
void stateChanged (const QgsGPSInformation &info)
void nmeaSentenceReceived (const QString &substring)
- Protected Attributes inherited from QgsGPSConnection
QIODevice * mSource
 Data source (e.g.
QgsGPSInformation mLastGPSInformation
 Last state of the gps related variables (e.g.
Status mStatus
 Connection status.

Constructor & Destructor Documentation

QgsQtLocationConnection::QgsQtLocationConnection ( )
QgsQtLocationConnection::~QgsQtLocationConnection ( )

Member Function Documentation

void QgsQtLocationConnection::broadcastConnectionAvailable ( )
protectedslot

Needed to make QtLocation detected.

void QgsQtLocationConnection::parseData ( )
protectedslot

Parse available data source content.

void QgsQtLocationConnection::positionUpdated ( const QGeoPositionInfo &  info)
protectedslot

Called when the position updated.

Note
not available in python binding
void QgsQtLocationConnection::satellitesInUseUpdated ( const QList< QGeoSatelliteInfo > &  satellites)
protectedslot

Called when the number of satellites in use is updated.

Note
not available in python bindings on android
void QgsQtLocationConnection::satellitesInViewUpdated ( const QList< QGeoSatelliteInfo > &  satellites)
protectedslot

Called when the number of satellites in view is updated.

Note
not available in python bindings on android

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