C# Class Qyoto.QDBusPendingCallWatcher

Inheritance: QObject, IQDBusPendingCall, IDisposable
Datei anzeigen Open project: 0xd34df00d/Qross

Public Methods

Method Description
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

Protected Methods

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

Private Methods

Method Description
QDBusPendingCallWatcher ( ) : System

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Error() public method

public Error ( ) : QDBusError
return QDBusError

FromCompletedCall() public static method

public static FromCompletedCall ( QDBusMessage message ) : IQDBusPendingCall
message QDBusMessage
return IQDBusPendingCall

FromError() public static method

public static FromError ( QDBusError error ) : IQDBusPendingCall
error QDBusError
return IQDBusPendingCall

IsError() public method

public IsError ( ) : bool
return bool

IsFinished() public method

public IsFinished ( ) : bool
return bool

IsValid() public method

public IsValid ( ) : bool
return bool

QDBusPendingCallWatcher() public method

public QDBusPendingCallWatcher ( IQDBusPendingCall call ) : System
call IQDBusPendingCall
return System

QDBusPendingCallWatcher() public method

public QDBusPendingCallWatcher ( IQDBusPendingCall call, QObject parent ) : System
call IQDBusPendingCall
parent QObject
return System

QDBusPendingCallWatcher() protected method

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

Reply() public method

public Reply ( ) : QDBusMessage
return QDBusMessage

Tr() public static method

public static Tr ( string s ) : string
s string
return string

Tr() public static method

public static Tr ( string s, string c ) : string
s string
c string
return string

WaitForFinished() public method

public WaitForFinished ( ) : void
return void