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

Public Member Functions

void Activated (int socket)
  More...
 
- Public Member Functions inherited from QtCore.IQObjectSignals
void Destroyed (QObject obj=null)
  More...
 
void Destroyed ()
  More...
 

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