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

Public Member Functions

void Mapped (int i)
  More...
 
void Mapped (string text)
  More...
 
void Mapped ()
 
void Mapped (QObject @object)
  More...
 
- Public Member Functions inherited from QtCore.IQObjectSignals
void Destroyed (QObject obj=null)
  More...
 
void Destroyed ()
  More...
 

Member Function Documentation

void QtCore.IQSignalMapperSignals.Mapped ( int  i)

This signal is emitted when map() is signalled from an object that has an integer mapping set. The object's mapped integer is passed in i.

See also setMapping().

void QtCore.IQSignalMapperSignals.Mapped ( string  text)

This signal is emitted when map() is signalled from an object that has a string mapping set. The object's mapped string is passed in text.

See also setMapping().

void QtCore.IQSignalMapperSignals.Mapped ( )
void QtCore.IQSignalMapperSignals.Mapped ( QObject object)

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