QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Classes | Typedefs
qgssensorguiregistry.h File Reference
#include "qgis_gui.h"
#include "qgis_sip.h"
#include "qgsabstractsensor.h"
#include "qgssensorregistry.h"
#include "qgssensorwidget.h"
#include <QIcon>
Include dependency graph for qgssensorguiregistry.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsSensorAbstractGuiMetadata
 Stores GUI metadata about one sensor class. More...
 
class  QgsSensorGuiMetadata
 Convenience metadata class that uses static functions to handle sensor GUI behavior. More...
 
class  QgsSensorGuiRegistry
 Registry of available sensor GUI behavior. More...
 

Typedefs

typedef std::function< QgsAbstractSensorWidget *(QgsAbstractSensor *sensor)> QgsSensorWidgetFunc
 Sensor configuration widget creation function. More...
 

Typedef Documentation

◆ QgsSensorWidgetFunc

typedef std::function<QgsAbstractSensorWidget *( QgsAbstractSensor *sensor )> QgsSensorWidgetFunc

Sensor configuration widget creation function.

Definition at line 101 of file qgssensorguiregistry.h.