C# Class Qyoto.QMouseEventTransition

Inheritance: QEventTransition, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross

Private Properties

Свойство Type Description
EventTest bool
OnTransition void
QMouseEventTransition System

Méthodes publiques

Méthode Description
Dispose ( ) : void
HitTestPath ( ) : QPainterPath
QMouseEventTransition ( QObject arg1, Qyoto.QEvent type, Qt button ) : System
QMouseEventTransition ( QObject arg1, Qyoto.QEvent type, Qt button, QState sourceState ) : System
QMouseEventTransition ( QState sourceState ) : System
SetHitTestPath ( QPainterPath path ) : void
Tr ( string s ) : string
Tr ( string s, string c ) : string

Méthodes protégées

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

Private Methods

Méthode Description
EventTest ( Qyoto.QEvent arg1 ) : bool
OnTransition ( Qyoto.QEvent arg1 ) : void
QMouseEventTransition ( ) : System

Method Details

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

HitTestPath() public méthode

public HitTestPath ( ) : QPainterPath
Résultat QPainterPath

QMouseEventTransition() public méthode

public QMouseEventTransition ( QObject arg1, Qyoto.QEvent type, Qt button ) : System
arg1 QObject
type Qyoto.QEvent
button Qt
Résultat System

QMouseEventTransition() public méthode

public QMouseEventTransition ( QObject arg1, Qyoto.QEvent type, Qt button, QState sourceState ) : System
arg1 QObject
type Qyoto.QEvent
button Qt
sourceState QState
Résultat System

QMouseEventTransition() public méthode

public QMouseEventTransition ( QState sourceState ) : System
sourceState QState
Résultat System

QMouseEventTransition() protected méthode

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

SetHitTestPath() public méthode

public SetHitTestPath ( QPainterPath path ) : void
path QPainterPath
Résultat void

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