QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Classes | Typedefs
qgssensorregistry.h File Reference
#include "qgis_core.h"
#include "qgis_sip.h"
#include "qgsapplication.h"
#include "qgsabstractsensor.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

class  QgsSensorAbstractMetadata
 Stores metadata about a sensor class. More...
 
class  QgsSensorMetadata
 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. More...
 

Typedef Documentation

◆ QgsSensorCreateFunc

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

Sensor creation function.

Definition at line 82 of file qgssensorregistry.h.