C# Class Qyoto.QPinchGesture

Inheritance: QGesture, IDisposable
ファイルを表示 Open project: 0xd34df00d/Qross

Private Properties

Property Type Description
QPinchGesture System

Public Methods

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

Protected Methods

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

Private Methods

Method Description
QPinchGesture ( ) : System

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

QPinchGesture() public method

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

QPinchGesture() protected method

protected QPinchGesture ( 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