Qyoto
4.0.7
Qyoto is a C# language binding for Qt
|
Public Member Functions | |
void | AboutToBlock () |
More... | |
void | Awake () |
More... | |
![]() | |
void | Destroyed (QObject obj=null) |
More... | |
void | Destroyed () |
More... | |
void QtCore.IQAbstractEventDispatcherSignals.AboutToBlock | ( | ) |
This signal is emitted before the event loop calls a function that could block.
See also awake().
void QtCore.IQAbstractEventDispatcherSignals.Awake | ( | ) |
This signal is emitted after the event loop returns from a function that could block.
See also wakeUp() and aboutToBlock().