Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qgeoareamonitor_polling.cpp File Reference

(03bd77efe8f8fa4ada312d0948f59d2cce75494e)

#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, QGeoAreaMonitorInfoMonitorTable
 

Functions

static QMetaMethod areaEnteredSignal ()
 
static QMetaMethod areaExitedSignal ()
 
static QMetaMethod monitorExpiredSignal ()
 

Macro Definition Documentation

◆ UPDATE_INTERVAL_5S

#define UPDATE_INTERVAL_5S   5000

Typedef Documentation

◆ MonitorTable

Function Documentation

◆ areaEnteredSignal()

static QMetaMethod areaEnteredSignal ( )
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:

◆ areaExitedSignal()

static QMetaMethod areaExitedSignal ( )
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:

◆ monitorExpiredSignal()

static QMetaMethod monitorExpiredSignal ( )
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: