C# 클래스 Qyoto.QKeySequence

상속: Object, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
interceptor SmokeInvocation

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
QKeySequence ( Type dummy ) : System

비공개 메소드들

메소드 설명
QKeySequence ( ) : System

메소드 상세

Count() 공개 메소드

public Count ( ) : uint
리턴 uint

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

FromString() 공개 정적인 메소드

public static FromString ( string str ) : QKeySequence
str string
리턴 QKeySequence

FromString() 공개 정적인 메소드

public static FromString ( string str, QKeySequence format ) : QKeySequence
str string
format QKeySequence
리턴 QKeySequence

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IsDetached() 공개 메소드

public IsDetached ( ) : bool
리턴 bool

IsEmpty() 공개 메소드

public IsEmpty ( ) : bool
리턴 bool

KeyBindings() 공개 정적인 메소드

public static KeyBindings ( QKeySequence key ) : List
key QKeySequence
리턴 List

Matches() 공개 메소드

public Matches ( QKeySequence seq ) : QKeySequence.SequenceMatch
seq QKeySequence
리턴 QKeySequence.SequenceMatch

Mnemonic() 공개 정적인 메소드

public static Mnemonic ( string text ) : QKeySequence
text string
리턴 QKeySequence

QKeySequence() 공개 메소드

public QKeySequence ( QKeySequence ks ) : System
ks QKeySequence
리턴 System

QKeySequence() 보호된 메소드

protected QKeySequence ( Type dummy ) : System
dummy System.Type
리턴 System

QKeySequence() 공개 메소드

public QKeySequence ( int k1 ) : System
k1 int
리턴 System

QKeySequence() 공개 메소드

public QKeySequence ( int k1, int k2 ) : System
k1 int
k2 int
리턴 System

QKeySequence() 공개 메소드

public QKeySequence ( int k1, int k2, int k3 ) : System
k1 int
k2 int
k3 int
리턴 System

QKeySequence() 공개 메소드

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

QKeySequence() 공개 메소드

public QKeySequence ( string key ) : System
key string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( QKeySequence format ) : string
format QKeySequence
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : Qyoto.QVariant
리턴 Qyoto.QVariant

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

operator() 공개 정적인 메소드

public static operator ( ) : int
리턴 int

operator() 공개 정적인 메소드

public static operator ( ) : string
리턴 string

프로퍼티 상세

interceptor 보호되어 있는 프로퍼티

protected SmokeInvocation,Qyoto interceptor
리턴 SmokeInvocation