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

Public Member Functions

void CurrentChanged (int index)
  More...
 
void WidgetRemoved (int index)
  More...
 

Member Function Documentation

void QtGui.IQStackedWidgetSignals.CurrentChanged ( int  index)

This signal is emitted whenever the current widget changes.

The parameter holds 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 QStackedWidget).

See also currentWidget() and setCurrentWidget().

void QtGui.IQStackedWidgetSignals.WidgetRemoved ( int  index)

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

See also removeWidget().