C# Class Qyoto.QKeySequence

Inheritance: Object, IDisposable
Datei anzeigen Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method 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

Protected Methods

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

Private Methods

Method Description
QKeySequence ( ) : System

Method Details

Count() public method

public Count ( ) : uint
return uint

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Equals() public method

public Equals ( object o ) : bool
o object
return bool

FromString() public static method

public static FromString ( string str ) : QKeySequence
str string
return QKeySequence

FromString() public static method

public static FromString ( string str, QKeySequence format ) : QKeySequence
str string
format QKeySequence
return QKeySequence

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsDetached() public method

public IsDetached ( ) : bool
return bool

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

KeyBindings() public static method

public static KeyBindings ( QKeySequence key ) : List
key QKeySequence
return List

Matches() public method

public Matches ( QKeySequence seq ) : QKeySequence.SequenceMatch
seq QKeySequence
return QKeySequence.SequenceMatch

Mnemonic() public static method

public static Mnemonic ( string text ) : QKeySequence
text string
return QKeySequence

QKeySequence() public method

public QKeySequence ( QKeySequence ks ) : System
ks QKeySequence
return System

QKeySequence() protected method

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

QKeySequence() public method

public QKeySequence ( int k1 ) : System
k1 int
return System

QKeySequence() public method

public QKeySequence ( int k1, int k2 ) : System
k1 int
k2 int
return System

QKeySequence() public method

public QKeySequence ( int k1, int k2, int k3 ) : System
k1 int
k2 int
k3 int
return System

QKeySequence() public method

public QKeySequence ( int k1, int k2, int k3, int k4 ) : System
k1 int
k2 int
k3 int
k4 int
return System

QKeySequence() public method

public QKeySequence ( string key ) : System
key string
return System

ToString() public method

public ToString ( ) : string
return string

ToString() public method

public ToString ( QKeySequence format ) : string
format QKeySequence
return string

operator() public static method

public static operator ( ) : Qyoto.QVariant
return Qyoto.QVariant

operator() public static method

public static operator ( ) : bool
return bool

operator() public static method

public static operator ( ) : int
return int

operator() public static method

public static operator ( ) : string
return string

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
return SmokeInvocation