C# Class Qyoto.QKeySequence

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

Protected Properties

Свойство Type Description
interceptor SmokeInvocation

Méthodes publiques

Méthode Description
Count ( ) : uint
Dispose ( ) : void
Equals ( object o ) : bool
FromString ( string str ) : QKeySequence
FromString ( string str, QKeySequence format ) : QKeySequence
GetHashCode ( ) : int
IsDetached ( ) : bool
IsEmpty ( ) : bool
KeyBindings ( QKeySequence key ) : List
Matches ( QKeySequence seq ) : QKeySequence.SequenceMatch
Mnemonic ( string text ) : QKeySequence
QKeySequence ( QKeySequence ks ) : System
QKeySequence ( int k1 ) : System
QKeySequence ( int k1, int k2 ) : System
QKeySequence ( int k1, int k2, int k3 ) : System
QKeySequence ( int k1, int k2, int k3, int k4 ) : System
QKeySequence ( string key ) : System
ToString ( ) : string
ToString ( QKeySequence format ) : string
operator ( ) : Qyoto.QVariant
operator ( ) : bool
operator ( ) : int
operator ( ) : string

Méthodes protégées

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

Private Methods

Méthode Description
QKeySequence ( ) : System

Method Details

Count() public méthode

public Count ( ) : uint
Résultat uint

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

FromString() public static méthode

public static FromString ( string str ) : QKeySequence
str string
Résultat QKeySequence

FromString() public static méthode

public static FromString ( string str, QKeySequence format ) : QKeySequence
str string
format QKeySequence
Résultat QKeySequence

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsDetached() public méthode

public IsDetached ( ) : bool
Résultat bool

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

KeyBindings() public static méthode

public static KeyBindings ( QKeySequence key ) : List
key QKeySequence
Résultat List

Matches() public méthode

public Matches ( QKeySequence seq ) : QKeySequence.SequenceMatch
seq QKeySequence
Résultat QKeySequence.SequenceMatch

Mnemonic() public static méthode

public static Mnemonic ( string text ) : QKeySequence
text string
Résultat QKeySequence

QKeySequence() public méthode

public QKeySequence ( QKeySequence ks ) : System
ks QKeySequence
Résultat System

QKeySequence() protected méthode

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

QKeySequence() public méthode

public QKeySequence ( int k1 ) : System
k1 int
Résultat System

QKeySequence() public méthode

public QKeySequence ( int k1, int k2 ) : System
k1 int
k2 int
Résultat System

QKeySequence() public méthode

public QKeySequence ( int k1, int k2, int k3 ) : System
k1 int
k2 int
k3 int
Résultat System

QKeySequence() public méthode

public QKeySequence ( int k1, int k2, int k3, int k4 ) : System
k1 int
k2 int
k3 int
k4 int
Résultat System

QKeySequence() public méthode

public QKeySequence ( string key ) : System
key string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

ToString() public méthode

public ToString ( QKeySequence format ) : string
format QKeySequence
Résultat string

operator() public static méthode

public static operator ( ) : Qyoto.QVariant
Résultat Qyoto.QVariant

operator() public static méthode

public static operator ( ) : bool
Résultat bool

operator() public static méthode

public static operator ( ) : int
Résultat int

operator() public static méthode

public static operator ( ) : string
Résultat string

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
Résultat SmokeInvocation