C# Class Qyoto.QDBusPendingCallWatcher

Inheritance: QObject, IQDBusPendingCall, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross

Méthodes publiques

Méthode 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

Méthodes protégées

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

Private Methods

Méthode Description
QDBusPendingCallWatcher ( ) : System

Method Details

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Error() public méthode

public Error ( ) : QDBusError
Résultat QDBusError

FromCompletedCall() public static méthode

public static FromCompletedCall ( QDBusMessage message ) : IQDBusPendingCall
message QDBusMessage
Résultat IQDBusPendingCall

FromError() public static méthode

public static FromError ( QDBusError error ) : IQDBusPendingCall
error QDBusError
Résultat IQDBusPendingCall

IsError() public méthode

public IsError ( ) : bool
Résultat bool

IsFinished() public méthode

public IsFinished ( ) : bool
Résultat bool

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

QDBusPendingCallWatcher() public méthode

public QDBusPendingCallWatcher ( IQDBusPendingCall call ) : System
call IQDBusPendingCall
Résultat System

QDBusPendingCallWatcher() public méthode

public QDBusPendingCallWatcher ( IQDBusPendingCall call, QObject parent ) : System
call IQDBusPendingCall
parent QObject
Résultat System

QDBusPendingCallWatcher() protected méthode

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

Reply() public méthode

public Reply ( ) : QDBusMessage
Résultat QDBusMessage

Tr() public static méthode

public static Tr ( string s ) : string
s string
Résultat string

Tr() public static méthode

public static Tr ( string s, string c ) : string
s string
c string
Résultat string

WaitForFinished() public méthode

public WaitForFinished ( ) : void
Résultat void