C# Class Qyoto.QGesture

Inheritance: QObject, IDisposable
Show file Open project: 0xd34df00d/Qross Class Usage Examples

Private Properties

Property Type Description
QGesture System

Public Methods

Method Description
Dispose ( ) : void
QGesture ( QObject parent ) : System
Tr ( string s ) : string
Tr ( string s, string c ) : string
UnsetHotSpot ( ) : void

Protected Methods

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

Private Methods

Method Description
QGesture ( ) : System

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

QGesture() public method

public QGesture ( QObject parent ) : System
parent QObject
return System

QGesture() protected method

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

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

UnsetHotSpot() public method

public UnsetHotSpot ( ) : void
return void