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

Public Member Functions

void AboutToBlock ()
  More...
 
void Awake ()
  More...
 
- Public Member Functions inherited from QtCore.IQObjectSignals
void Destroyed (QObject obj=null)
  More...
 
void Destroyed ()
  More...
 

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