C# Class Qyoto.QDesktopWidget

Inheritance: QWidget, IDisposable
Datei anzeigen Open project: 0xd34df00d/Qross Class Usage Examples

Private Properties

Property Type Description
QDesktopWidget System
ResizeEvent void

Public Methods

Method Description
AvailableGeometry ( ) : Qyoto.QRect
AvailableGeometry ( Qyoto.QPoint point ) : Qyoto.QRect
AvailableGeometry ( QWidget widget ) : Qyoto.QRect
AvailableGeometry ( int screen ) : Qyoto.QRect
Dispose ( ) : void
NumScreens ( ) : int
Screen ( ) : QWidget
Screen ( int screen ) : QWidget
ScreenGeometry ( ) : Qyoto.QRect
ScreenGeometry ( Qyoto.QPoint point ) : Qyoto.QRect
ScreenGeometry ( QWidget widget ) : Qyoto.QRect
ScreenGeometry ( int screen ) : Qyoto.QRect
ScreenNumber ( ) : int
ScreenNumber ( Qyoto.QPoint arg1 ) : int
ScreenNumber ( QWidget widget ) : int
Tr ( string s ) : string
Tr ( string s, string c ) : string

Protected Methods

Method Description
CreateProxy ( ) : void
QDesktopWidget ( Type dummy ) : System

Private Methods

Method Description
QDesktopWidget ( ) : System
ResizeEvent ( Qyoto.QResizeEvent e ) : void

Method Details

AvailableGeometry() public method

public AvailableGeometry ( ) : Qyoto.QRect
return Qyoto.QRect

AvailableGeometry() public method

public AvailableGeometry ( Qyoto.QPoint point ) : Qyoto.QRect
point Qyoto.QPoint
return Qyoto.QRect

AvailableGeometry() public method

public AvailableGeometry ( QWidget widget ) : Qyoto.QRect
widget QWidget
return Qyoto.QRect

AvailableGeometry() public method

public AvailableGeometry ( int screen ) : Qyoto.QRect
screen int
return Qyoto.QRect

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

NumScreens() public method

public NumScreens ( ) : int
return int

QDesktopWidget() protected method

protected QDesktopWidget ( Type dummy ) : System
dummy System.Type
return System

Screen() public method

public Screen ( ) : QWidget
return QWidget

Screen() public method

public Screen ( int screen ) : QWidget
screen int
return QWidget

ScreenGeometry() public method

public ScreenGeometry ( ) : Qyoto.QRect
return Qyoto.QRect

ScreenGeometry() public method

public ScreenGeometry ( Qyoto.QPoint point ) : Qyoto.QRect
point Qyoto.QPoint
return Qyoto.QRect

ScreenGeometry() public method

public ScreenGeometry ( QWidget widget ) : Qyoto.QRect
widget QWidget
return Qyoto.QRect

ScreenGeometry() public method

public ScreenGeometry ( int screen ) : Qyoto.QRect
screen int
return Qyoto.QRect

ScreenNumber() public method

public ScreenNumber ( ) : int
return int

ScreenNumber() public method

public ScreenNumber ( Qyoto.QPoint arg1 ) : int
arg1 Qyoto.QPoint
return int

ScreenNumber() public method

public ScreenNumber ( QWidget widget ) : int
widget QWidget
return int

Tr() public static method

public static Tr ( string s ) : string
s string
return string

Tr() public static method

public static Tr ( string s, string c ) : string
s string
c string
return string