|
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 READ coordinate WRITE setCoordinate NOTIFY | coordinateChanged (bool dirty READ dirty WRITE setDirty NOTIFY dirtyChanged) 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 7 of file QGCQGeoCoordinate.h.
| QGCQGeoCoordinate::QGCQGeoCoordinate | ( | const QGeoCoordinate & | coord, |
| QObject * | parent = nullptr |
||
| ) |
Definition at line 5 of file QGCQGeoCoordinate.cc.
|
inline |
Definition at line 14 of file QGCQGeoCoordinate.h.
Referenced by setCoordinate().
|
signal |
|
inline |
Definition at line 19 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 coordinateChanged(), and setDirty().
| void QGCQGeoCoordinate::setDirty | ( | bool | dirty | ) |
Definition at line 22 of file QGCQGeoCoordinate.cc.
References dirty(), and dirtyChanged().
Referenced by setCoordinate().