Lines Matching full:position

55         ("org.qt-project.qt.position.sourcefactory/5.0",
56 QLatin1String("/position")))
67 position source that is appropriate for the platform, if one is available.
71 Users of a QGeoPositionInfoSource subclass can request the current position using
72 requestUpdate(), or start and stop regular position updates using
74 positionUpdated() is emitted. The last known position can be accessed with
77 If regular position updates are required, setUpdateInterval() can be used
92 Note that the position source may have a minimum value requirement for
200 Creates a position source with the specified \a parent.
213 Destroys the position source.
222 \brief This property holds the unique name of the position source
226 create a new instance of a particular position source implementation.
348 Creates and returns a position source with the given \a parent that
352 Returns 0 if the system has no default position source, no valid plugins
353 could be found or the user does not have the permission to access the current position.
361 Creates and returns a position source with the given \a parent that
365 Returns nullptr if the system has no default position source, no valid plugins
366 could be found or the user does not have the permission to access the current position.
376 if (obj.value(QStringLiteral("Position")).isBool() in createDefaultSource()
377 && obj.value(QStringLiteral("Position")).toBool()) { in createDefaultSource()
387 Creates and returns a position source with the given \a parent,
398 Creates and returns a position source with the given \a parent,
424 if (it.value().value(QStringLiteral("Position")).isBool() in availableSources()
425 && it.value().value(QStringLiteral("Position")).toBool()) { in availableSources()
445 Returns an update containing the last known position, or a null update
449 known position received from a satellite positioning method; if none
458 …limitations to Satellite-based position providers are reflected by this function. Runtime notifica…
495 …\brief This property holds the minimum time (in milliseconds) required to retrieve a position upda…
512 lost or if a hardware error is detected. Position updates will recommence if the data becomes
536 Attempts to get the current position and emit positionUpdated() with
537 this information. If the current position cannot be found within the given \a timeout
549 current position from the most accurate positioning method within the
572 If requestUpdate() was called, this signal will be emitted if the current position could not