![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qohospositioncommon.h"#include <QtCore/private/qohoscommon_p.h>#include <QtCore/qcoreapplication.h>#include <QtCore/qpermissions.h>Go to the source code of this file.
Functions | |
| QT_BEGIN_NAMESPACE QNapi::Object | getGeoLocationManagerObject (QOhosJsState &jsState) |
| bool | checkLocationOrApproximatelyLocationPermissionGranted () |
| std::unique_ptr< QTimer > | makeSingleShotUpdateTimeoutTimer (int timeoutMs, std::function< void()> timeoutCallback) |
| bool checkLocationOrApproximatelyLocationPermissionGranted | ( | ) |
Definition at line 16 of file qohospositioncommon.cpp.
Referenced by QT_BEGIN_NAMESPACE::QOhosGeoSatelliteInfoSource::requestUpdate(), QT_BEGIN_NAMESPACE::QOhosGeoSatelliteInfoSource::startUpdates(), and QT_BEGIN_NAMESPACE::QOhosGeoPositionInfoSource::tryMakeInstance().
| QT_BEGIN_NAMESPACE QNapi::Object getGeoLocationManagerObject | ( | QOhosJsState & | jsState | ) |
Definition at line 11 of file qohospositioncommon.cpp.
| std::unique_ptr< QTimer > makeSingleShotUpdateTimeoutTimer | ( | int | timeoutMs, |
| std::function< void()> | timeoutCallback ) |
Definition at line 25 of file qohospositioncommon.cpp.