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

Public Member Functions

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

Member Function Documentation

void QtCore.IQSignalMapperSignals.Mapped ( int  arg1)
void QtCore.IQSignalMapperSignals.Mapped ( string  arg1)
void QtCore.IQSignalMapperSignals.Mapped ( )

This signal is emitted when map() is signalled from an object that has an object mapping set. The object provided by the map is passed in object.

See also setMapping().

void QtCore.IQSignalMapperSignals.Mapped ( QObject  arg1)