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

Public Member Functions

void WindowStateChanged (Qt.WindowState oldState, Qt.WindowState newState)
 
 
void AboutToActivate ()
 
 
- 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.IQMdiSubWindowSignals.AboutToActivate ( )

QMdiSubWindow emits this signal immediately before it is activated. After the subwindow has been activated, the QMdiArea that manages the subwindow will also emit the subWindowActivated() signal.

See also QMdiArea::subWindowActivated().

void QtGui.IQMdiSubWindowSignals.WindowStateChanged ( Qt.WindowState  oldState,
Qt.WindowState  newState 
)

QMdiSubWindow emits this signal after the window state changes. oldState is the window state before it changed, and newState is the new, current state.