Lines Matching full:updates
64 … QGeoPositionInfoSource class is an abstract base class for the distribution of positional updates.
72 requestUpdate(), or start and stop regular position updates using
77 If regular position updates are required, setUpdateInterval() can be used
78 to specify how often these updates should be emitted. If no interval is
79 specified, updates are simply provided whenever they are available.
83 // Emit updates every 10 seconds if available
268 source will provide updates as often as necessary.
270 If the update interval is set, the source will provide updates at an
505 Starts emitting updates at regular intervals as specified by setUpdateInterval().
507 If setUpdateInterval() has not been called, the source will emit updates
511 that it will not be able to provide regular updates. This could happen if a satellite fix is
512 lost or if a hardware error is detected. Position updates will recommence if the data becomes
514 periodic updates resume.
530 Stops emitting updates at regular intervals.
546 regular updates are in progress.
576 subclass determines that it will not be able to provide further regular updates. This signal
577 will not be emitted again until after the regular updates resume.
603 regular updates will resume.