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

Public Member Functions

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

Member Function Documentation

void QtCore.IQSocketNotifierSignals.Activated ( int  socket)

This signal is emitted whenever the socket notifier is enabled and a socket event corresponding to its type occurs.

The socket identifier is passed in the socket parameter.

See also type() and socket().