|
QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
|
#include "qgis_gui.h"#include "qgis_sip.h"#include "qgsabstractsensor.h"#include "qgssensorregistry.h"#include "qgssensorwidget.h"#include <QIcon>

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. | |
| typedef std::function<QgsAbstractSensorWidget *( QgsAbstractSensor *sensor )> QgsSensorWidgetFunc |
Sensor configuration widget creation function.
Definition at line 101 of file qgssensorguiregistry.h.