![]() |
Qt 6.x
The Qt SDK
|
#include "qgeoareamonitor_polling.h"#include <QtPositioning/qgeocoordinate.h>#include <QtPositioning/qgeorectangle.h>#include <QtPositioning/qgeocircle.h>#include <QtCore/qhash.h>#include <QtCore/qmetaobject.h>#include <QtCore/qtimer.h>#include <QtCore/qdebug.h>#include <QtCore/qmutex.h>#include <QtCore/qset.h>#include <mutex>#include "qgeoareamonitor_polling.moc"#include "moc_qgeoareamonitor_polling.cpp"
Include dependency graph for qgeoareamonitor_polling.cpp:Go to the source code of this file.
Classes | |
| class | QGeoAreaMonitorPollingPrivate |
Macros | |
| #define | UPDATE_INTERVAL_5S 5000 |
Typedefs | |
| typedef QHash< QString, QGeoAreaMonitorInfo > | MonitorTable |
Functions | |
| static QMetaMethod | areaEnteredSignal () |
| static QMetaMethod | areaExitedSignal () |
| static QMetaMethod | monitorExpiredSignal () |
| #define UPDATE_INTERVAL_5S 5000 |
Definition at line 18 of file qgeoareamonitor_polling.cpp.
| typedef QHash<QString, QGeoAreaMonitorInfo> MonitorTable |
Definition at line 20 of file qgeoareamonitor_polling.cpp.
|
static |
Definition at line 23 of file qgeoareamonitor_polling.cpp.
References QGeoAreaMonitorSource::areaEntered(), QMetaMethod::fromSignal(), and signal.
Referenced by QGeoAreaMonitorPolling::connectNotify(), QGeoAreaMonitorPolling::disconnectNotify(), and QGeoAreaMonitorPolling::requestUpdate().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 29 of file qgeoareamonitor_polling.cpp.
References QGeoAreaMonitorSource::areaExited(), QMetaMethod::fromSignal(), and signal.
Referenced by QGeoAreaMonitorPolling::connectNotify(), QGeoAreaMonitorPolling::disconnectNotify(), and QGeoAreaMonitorPolling::requestUpdate().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 35 of file qgeoareamonitor_polling.cpp.
References QMetaMethod::fromSignal(), QGeoAreaMonitorSource::monitorExpired(), and signal.
Here is the call graph for this function: