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

Public Member Functions

void WidgetRemoved (int index)
 
 
void CurrentChanged (int index)
 
 

Member Function Documentation

void QtGui.IQStackedLayoutSignals.CurrentChanged ( int  index)

This signal is emitted whenever the current widget in the layout changes. The index specifies the index of the new current widget, or -1 if there isn't a new one (for example, if there are no widgets in the QStackedLayout)

See also currentWidget() and setCurrentWidget().

void QtGui.IQStackedLayoutSignals.WidgetRemoved ( int  index)

This signal is emitted whenever a widget is removed from the layout. The widget's index is passed as parameter.

See also removeWidget().