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

Public Member Functions

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

Member Function Documentation

void QtGui.IQDataWidgetMapperSignals.CurrentIndexChanged ( int  index)

This signal is emitted after the current index has changed and all widgets were populated with new data. index is the new current index.

See also currentIndex() and setCurrentIndex().