QGIS API Documentation 3.99.0-Master (26c88405ac0)
Loading...
Searching...
No Matches
qgssensorregistry.h File Reference
#include "qgis_core.h"
#include "qgis_sip.h"
#include "qgsabstractsensor.h"
#include "qgsapplication.h"
Include dependency graph for qgssensorregistry.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

 Stores metadata about a sensor class. More...
 Convenience metadata class that uses static functions to create sensors and their configuration widgets. More...
class  QgsSensorRegistry
 Registry of available sensor types. More...

Typedefs

typedef std::function< QgsAbstractSensor *(QObject *parent)> QgsSensorCreateFunc
 Sensor creation function.

Typedef Documentation

◆ QgsSensorCreateFunc

typedef std::function<QgsAbstractSensor *( QObject *parent )> QgsSensorCreateFunc

Sensor creation function.

Definition at line 82 of file qgssensorregistry.h.