C# 클래스 Qyoto.QDBusPendingCallWatcher

상속: QObject, IQDBusPendingCall, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross

공개 메소드들

메소드 설명
Dispose ( ) : void
Error ( ) : QDBusError
FromCompletedCall ( QDBusMessage message ) : IQDBusPendingCall
FromError ( QDBusError error ) : IQDBusPendingCall
IsError ( ) : bool
IsFinished ( ) : bool
IsValid ( ) : bool
QDBusPendingCallWatcher ( IQDBusPendingCall call ) : System
QDBusPendingCallWatcher ( IQDBusPendingCall call, QObject parent ) : System
Reply ( ) : QDBusMessage
Tr ( string s ) : string
Tr ( string s, string c ) : string
WaitForFinished ( ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
QDBusPendingCallWatcher ( ) : System

메소드 상세

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Error() 공개 메소드

public Error ( ) : QDBusError
리턴 QDBusError

FromCompletedCall() 공개 정적인 메소드

public static FromCompletedCall ( QDBusMessage message ) : IQDBusPendingCall
message QDBusMessage
리턴 IQDBusPendingCall

FromError() 공개 정적인 메소드

public static FromError ( QDBusError error ) : IQDBusPendingCall
error QDBusError
리턴 IQDBusPendingCall

IsError() 공개 메소드

public IsError ( ) : bool
리턴 bool

IsFinished() 공개 메소드

public IsFinished ( ) : bool
리턴 bool

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

QDBusPendingCallWatcher() 공개 메소드

public QDBusPendingCallWatcher ( IQDBusPendingCall call ) : System
call IQDBusPendingCall
리턴 System

QDBusPendingCallWatcher() 공개 메소드

public QDBusPendingCallWatcher ( IQDBusPendingCall call, QObject parent ) : System
call IQDBusPendingCall
parent QObject
리턴 System

QDBusPendingCallWatcher() 보호된 메소드

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

Reply() 공개 메소드

public Reply ( ) : QDBusMessage
리턴 QDBusMessage

Tr() 공개 정적인 메소드

public static Tr ( string s ) : string
s string
리턴 string

Tr() 공개 정적인 메소드

public static Tr ( string s, string c ) : string
s string
c string
리턴 string

WaitForFinished() 공개 메소드

public WaitForFinished ( ) : void
리턴 void