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

Public Member Functions

void Resized (int arg1)
 
 
void WorkAreaResized (int arg1)
 
 
void ScreenCountChanged (int 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.IQDesktopWidgetSignals.Resized ( int  arg1)

This signal is emitted when the size of screen changes.

void QtGui.IQDesktopWidgetSignals.ScreenCountChanged ( int  arg1)

This signal is emitted when the number of screens changes to newCount.

This function was introduced in Qt 4.6.

See also screenCount.

void QtGui.IQDesktopWidgetSignals.WorkAreaResized ( int  arg1)

This signal is emitted when the work area available on screen changes.