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

Public Member Functions

void Notification (string name)
 
 
- Public Member Functions inherited from QtCore.IQObjectSignals
void Destroyed (QObject arg1)
 
void Destroyed ()
 
 

Member Function Documentation

void QtSql.IQSqlDriverSignals.Notification ( string  name)

This signal is emitted when the database posts an event notification that the driver subscribes to. name identifies the event notification.

This function was introduced in Qt 4.4.

See also subscribeToNotification().