QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
#include "qgis_core.h"
#include "qgis_sip.h"
#include "qgsapplication.h"
#include "qgsabstractsensor.h"
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. | |
typedef std::function<QgsAbstractSensor *( QObject *parent )> QgsSensorCreateFunc |
Sensor creation function.
Definition at line 82 of file qgssensorregistry.h.