Qyoto  4.0.5
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations Properties
QtCore.IQAbstractEventDispatcherSignals Interface Reference
Inheritance diagram for QtCore.IQAbstractEventDispatcherSignals:
Collaboration diagram for QtCore.IQAbstractEventDispatcherSignals:

Public Member Functions

void AboutToBlock ()
 
 
void Awake ()
 
 
- Public Member Functions inherited from QtCore.IQObjectSignals
void Destroyed (QObject arg1)
 
void Destroyed ()
 
 

Member Function Documentation

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().