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

Public Member Functions

void CurrentChanged (int index)
 
 
void TabCloseRequested (int index)
 
 
void CurrentChanged (QWidget arg1)
 
void Selected (string arg1)
 
- Public Member Functions inherited from QtGui.IQWidgetSignals
void CustomContextMenuRequested (QPoint pos)
 
 
- Public Member Functions inherited from QtCore.IQObjectSignals
void Destroyed (QObject arg1)
 
void Destroyed ()
 
 

Member Function Documentation

void QtGui.IQTabWidgetSignals.CurrentChanged ( int  index)

This signal is emitted whenever the current page index changes. The parameter is the new current page index position, or -1 if there isn't a new one (for example, if there are no widgets in the QTabWidget)

See also currentWidget() and currentIndex.

void QtGui.IQTabWidgetSignals.CurrentChanged ( QWidget  arg1)
void QtGui.IQTabWidgetSignals.Selected ( string  arg1)
void QtGui.IQTabWidgetSignals.TabCloseRequested ( int  index)

This signal is emitted when the close button on a tab is clicked. The index is the index that should be removed.

This function was introduced in Qt 4.5.

See also setTabsClosable().