Click or drag to resize
SoIvTuneProcessEvents Method

Process Qt events (calls QCoreApplication.processEvents()).

Namespace: OIV.IvTune
Assembly: OIV.IvTune (in OIV.IvTune.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static bool ProcessEvents()

Return Value

Type: Boolean
Remarks

A non-Qt application should call this function periodically so that IvTune's Qt events are handled. Not necessary for Qt applications.

Returns false when IvTune is not running.

See Also