C# Class Qyoto.QGesture

Inheritance: QObject, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross Class Usage Examples

Private Properties

Свойство Type Description
QGesture System

Méthodes publiques

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

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
QGesture ( Type dummy ) : System

Private Methods

Méthode Description
QGesture ( ) : System

Method Details

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

QGesture() public méthode

public QGesture ( QObject parent ) : System
parent QObject
Résultat System

QGesture() protected méthode

protected QGesture ( Type dummy ) : System
dummy System.Type
Résultat System

Tr() public static méthode

public static Tr ( string s ) : string
s string
Résultat string

Tr() public static méthode

public static Tr ( string s, string c ) : string
s string
c string
Résultat string

UnsetHotSpot() public méthode

public UnsetHotSpot ( ) : void
Résultat void