Linux Standard Base Desktop Specification 4.1 | ||
---|---|---|
<<< Previous | Next >>> |
The QMetaObject::connect() function shall connect the signal with signal_index index from the sender to the receiver's slot.
The type specifies connection type and should have one of the Qt::ConnectionType values.
types is a 0-terminated vector of meta types for queued connections.
If signal_index is -1, then the function shall effectively connect all signals from the sender to the receiver's slot.
This function is not intended to be used by applications directly, but may appear among appliction dependencies as a result of usage of other functions and macros.
<<< Previous | Home | Next >>> |
_Z7qgetenvPKc | Up | _ZN16QCoreApplication10unixSignalEi |