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

Public Member Functions

void AboutToQuit ()
 
 
void UnixSignal (int arg1)
 
- Public Member Functions inherited from QtCore.IQObjectSignals
void Destroyed (QObject arg1)
 
void Destroyed ()
 
 

Member Function Documentation

void QtCore.IQCoreApplicationSignals.AboutToQuit ( )

This signal is emitted when the application is about to quit the main event loop, e.g. when the event loop level drops to zero. This may happen either after a call to quit() from inside the application or when the users shuts down the entire desktop session.

The signal is particularly useful if your application has to do some last-second cleanup. Note that no user interaction is possible in this state.

See also quit().

void QtCore.IQCoreApplicationSignals.UnixSignal ( int  arg1)