Lines Matching full:interval
70 to specify how often these updates should be emitted. If no interval is
81 To remove an update interval that was previously set, call
106 d->interval = 0; in QGeoSatelliteInfoSource()
138 \brief This property holds the requested interval in milliseconds between each update.
140 If the update interval is not set (or is set to 0) the
143 If the update interval is set, the source will provide updates at an
144 interval as close to the requested interval as possible. If the requested
145 interval is less than the minimumUpdateInterval(),
146 the minimum interval is used instead.
148 Changes to the update interval will happen as soon as is practical, however the
150 time from the previous interval is counted as part of the new interval is also
160 d->interval = msec; in setUpdateInterval()
165 return d->interval; in updateInterval()