QGIS/python/core/gps/qgsgpsdetector.sip.in

47 lines
1.5 KiB
Plaintext
Raw Normal View History

2017-05-23 14:34:35 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/gps/qgsgpsdetector.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsGpsDetector : QObject
{
2017-05-23 14:34:35 +02:00
%Docstring
2017-12-15 10:36:55 -04:00
Class to detect the GPS port
2017-05-23 14:34:35 +02:00
%End
%TypeHeaderCode
#include "qgsgpsdetector.h"
%End
public:
QgsGpsDetector( const QString &portName );
~QgsGpsDetector();
static QList< QPair<QString, QString> > availablePorts();
public slots:
void advance();
void detected( const QgsGpsInformation & );
void connDestroyed( QObject * );
signals:
void detected( QgsGpsConnection * );
void detectionFailed();
2017-05-23 14:34:35 +02:00
};
2017-05-23 14:34:35 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/gps/qgsgpsdetector.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/