Qyoto
4.0.5
Qyoto is a C# language binding for Qt
|
Public Member Functions | |
void | FeaturesChanged (QDockWidget.DockWidgetFeature features) |
| |
void | TopLevelChanged (bool topLevel) |
| |
void | AllowedAreasChanged (Qt.DockWidgetArea allowedAreas) |
| |
void | VisibilityChanged (bool visible) |
| |
void | DockLocationChanged (Qt.DockWidgetArea area) |
| |
Public Member Functions inherited from QtGui.IQWidgetSignals | |
void | CustomContextMenuRequested (QPoint pos) |
| |
Public Member Functions inherited from QtCore.IQObjectSignals | |
void | Destroyed (QObject arg1) |
void | Destroyed () |
| |
void QtGui.IQDockWidgetSignals.AllowedAreasChanged | ( | Qt.DockWidgetArea | allowedAreas | ) |
This signal is emitted when the allowedAreas property changes. The allowedAreas parameter gives the new value of the property.
void QtGui.IQDockWidgetSignals.DockLocationChanged | ( | Qt.DockWidgetArea | area | ) |
This signal is emitted when the dock widget is moved to another dock area, or is moved to a different location in its current dock area. This happens when the dock widget is moved programmatically or is dragged to a new location by the user.
This function was introduced in Qt 4.3.
void QtGui.IQDockWidgetSignals.FeaturesChanged | ( | QDockWidget.DockWidgetFeature | features | ) |
This signal is emitted when the features property changes. The features parameter gives the new value of the property.
void QtGui.IQDockWidgetSignals.TopLevelChanged | ( | bool | topLevel | ) |
This signal is emitted when the floating property changes. The topLevel parameter is true if the dock widget is now floating; otherwise it is false.
See also isWindow().
void QtGui.IQDockWidgetSignals.VisibilityChanged | ( | bool | visible | ) |
This signal is emitted when the dock widget becomes visible (or invisible). This happens when the widget is hidden or shown, as well as when it is docked in a tabbed dock area and its tab becomes selected or unselected.
This function was introduced in Qt 4.3.