|
QGroundControl
Ground Control Station for MAVLink Drones
|
This is a QGeoCoordinate within a QObject such that it can be used on a QmlObjectListModel. More...
#include <QGCQGeoCoordinate.h>
Inheritance diagram for QGCQGeoCoordinate:
Collaboration diagram for QGCQGeoCoordinate:Signals | |
| void | coordinateChanged (QGeoCoordinate coordinate) |
| void | dirtyChanged (bool dirty) |
Public Member Functions | |
| QGCQGeoCoordinate (const QGeoCoordinate &coord, QObject *parent=nullptr) | |
| QGeoCoordinate | coordinate (void) const |
| void | setCoordinate (const QGeoCoordinate &coordinate) |
| bool | dirty (void) const |
| void | setDirty (bool dirty) |
This is a QGeoCoordinate within a QObject such that it can be used on a QmlObjectListModel.
Definition at line 8 of file QGCQGeoCoordinate.h.
| QGCQGeoCoordinate::QGCQGeoCoordinate | ( | const QGeoCoordinate & | coord, |
| QObject * | parent = nullptr |
||
| ) |
Definition at line 5 of file QGCQGeoCoordinate.cc.
|
inline |
Definition at line 18 of file QGCQGeoCoordinate.h.
Referenced by setCoordinate().
|
signal |
Referenced by setCoordinate().
|
inline |
Definition at line 20 of file QGCQGeoCoordinate.h.
Referenced by setDirty().
|
signal |
Referenced by setDirty().
| void QGCQGeoCoordinate::setCoordinate | ( | const QGeoCoordinate & | coordinate | ) |
Definition at line 13 of file QGCQGeoCoordinate.cc.
References coordinate(), coordinateChanged(), and setDirty().
| void QGCQGeoCoordinate::setDirty | ( | bool | dirty | ) |
Definition at line 22 of file QGCQGeoCoordinate.cc.
References dirty(), and dirtyChanged().
Referenced by setCoordinate().