C# Class Qyoto.QDBusConnection

Inheritance: Object, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Свойство Type Description
interceptor SmokeInvocation

Méthodes publiques

Méthode Description
AsyncCall ( QDBusMessage message ) : IQDBusPendingCall
AsyncCall ( QDBusMessage message, int timeout ) : IQDBusPendingCall
BaseService ( ) : string
Call ( QDBusMessage message ) : QDBusMessage
Call ( QDBusMessage message, QDBus mode ) : QDBusMessage
Call ( QDBusMessage message, QDBus mode, int timeout ) : QDBusMessage
CallWithCallback ( QDBusMessage message, QObject receiver, string slot ) : bool
CallWithCallback ( QDBusMessage message, QObject receiver, string slot, int timeout ) : bool
CallWithCallback ( QDBusMessage message, QObject receiver, string returnMethod, string errorMethod ) : bool
CallWithCallback ( QDBusMessage message, QObject receiver, string returnMethod, string errorMethod, int timeout ) : bool
Connect ( string service, string path, string arg3, string name, List argumentMatch, string signature, QObject receiver, string slot ) : bool
Connect ( string service, string path, string arg3, string name, QObject receiver, string slot ) : bool
Connect ( string service, string path, string arg3, string name, string signature, QObject receiver, string slot ) : bool
ConnectToBus ( QDBusConnection type, string name ) : QDBusConnection
ConnectToBus ( string address, string name ) : QDBusConnection
Disconnect ( string service, string path, string arg3, string name, List argumentMatch, string signature, QObject receiver, string slot ) : bool
Disconnect ( string service, string path, string arg3, string name, QObject receiver, string slot ) : bool
Disconnect ( string service, string path, string arg3, string name, string signature, QObject receiver, string slot ) : bool
DisconnectFromBus ( string name ) : void
Dispose ( ) : void
Interface ( ) : Qyoto.QDBusConnectionInterface
IsConnected ( ) : bool
LastError ( ) : QDBusError
Name ( ) : string
ObjectRegisteredAt ( string path ) : QObject
QDBusConnection ( QDBusConnection other ) : System
QDBusConnection ( string name ) : System
RegisterObject ( string path, QObject arg2 ) : bool
RegisterObject ( string path, QObject arg2, uint options ) : bool
RegisterService ( string serviceName ) : bool
Send ( QDBusMessage message ) : bool
Sender ( ) : QDBusConnection
SessionBus ( ) : QDBusConnection
SystemBus ( ) : QDBusConnection
UnregisterObject ( string path ) : void
UnregisterObject ( string path, QDBusConnection mode ) : void
UnregisterService ( string serviceName ) : bool

Méthodes protégées

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

Private Methods

Méthode Description
QDBusConnection ( ) : System

Method Details

AsyncCall() public méthode

public AsyncCall ( QDBusMessage message ) : IQDBusPendingCall
message QDBusMessage
Résultat IQDBusPendingCall

AsyncCall() public méthode

public AsyncCall ( QDBusMessage message, int timeout ) : IQDBusPendingCall
message QDBusMessage
timeout int
Résultat IQDBusPendingCall

BaseService() public méthode

public BaseService ( ) : string
Résultat string

Call() public méthode

public Call ( QDBusMessage message ) : QDBusMessage
message QDBusMessage
Résultat QDBusMessage

Call() public méthode

public Call ( QDBusMessage message, QDBus mode ) : QDBusMessage
message QDBusMessage
mode QDBus
Résultat QDBusMessage

Call() public méthode

public Call ( QDBusMessage message, QDBus mode, int timeout ) : QDBusMessage
message QDBusMessage
mode QDBus
timeout int
Résultat QDBusMessage

CallWithCallback() public méthode

public CallWithCallback ( QDBusMessage message, QObject receiver, string slot ) : bool
message QDBusMessage
receiver QObject
slot string
Résultat bool

CallWithCallback() public méthode

public CallWithCallback ( QDBusMessage message, QObject receiver, string slot, int timeout ) : bool
message QDBusMessage
receiver QObject
slot string
timeout int
Résultat bool

CallWithCallback() public méthode

public CallWithCallback ( QDBusMessage message, QObject receiver, string returnMethod, string errorMethod ) : bool
message QDBusMessage
receiver QObject
returnMethod string
errorMethod string
Résultat bool

CallWithCallback() public méthode

public CallWithCallback ( QDBusMessage message, QObject receiver, string returnMethod, string errorMethod, int timeout ) : bool
message QDBusMessage
receiver QObject
returnMethod string
errorMethod string
timeout int
Résultat bool

Connect() public méthode

public Connect ( string service, string path, string arg3, string name, List argumentMatch, string signature, QObject receiver, string slot ) : bool
service string
path string
arg3 string
name string
argumentMatch List
signature string
receiver QObject
slot string
Résultat bool

Connect() public méthode

public Connect ( string service, string path, string arg3, string name, QObject receiver, string slot ) : bool
service string
path string
arg3 string
name string
receiver QObject
slot string
Résultat bool

Connect() public méthode

public Connect ( string service, string path, string arg3, string name, string signature, QObject receiver, string slot ) : bool
service string
path string
arg3 string
name string
signature string
receiver QObject
slot string
Résultat bool

ConnectToBus() public static méthode

public static ConnectToBus ( QDBusConnection type, string name ) : QDBusConnection
type QDBusConnection
name string
Résultat QDBusConnection

ConnectToBus() public static méthode

public static ConnectToBus ( string address, string name ) : QDBusConnection
address string
name string
Résultat QDBusConnection

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Disconnect() public méthode

public Disconnect ( string service, string path, string arg3, string name, List argumentMatch, string signature, QObject receiver, string slot ) : bool
service string
path string
arg3 string
name string
argumentMatch List
signature string
receiver QObject
slot string
Résultat bool

Disconnect() public méthode

public Disconnect ( string service, string path, string arg3, string name, QObject receiver, string slot ) : bool
service string
path string
arg3 string
name string
receiver QObject
slot string
Résultat bool

Disconnect() public méthode

public Disconnect ( string service, string path, string arg3, string name, string signature, QObject receiver, string slot ) : bool
service string
path string
arg3 string
name string
signature string
receiver QObject
slot string
Résultat bool

DisconnectFromBus() public static méthode

public static DisconnectFromBus ( string name ) : void
name string
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Interface() public méthode

public Interface ( ) : Qyoto.QDBusConnectionInterface
Résultat Qyoto.QDBusConnectionInterface

IsConnected() public méthode

public IsConnected ( ) : bool
Résultat bool

LastError() public méthode

public LastError ( ) : QDBusError
Résultat QDBusError

Name() public méthode

public Name ( ) : string
Résultat string

ObjectRegisteredAt() public méthode

public ObjectRegisteredAt ( string path ) : QObject
path string
Résultat QObject

QDBusConnection() public méthode

public QDBusConnection ( QDBusConnection other ) : System
other QDBusConnection
Résultat System

QDBusConnection() protected méthode

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

QDBusConnection() public méthode

public QDBusConnection ( string name ) : System
name string
Résultat System

RegisterObject() public méthode

public RegisterObject ( string path, QObject arg2 ) : bool
path string
arg2 QObject
Résultat bool

RegisterObject() public méthode

public RegisterObject ( string path, QObject arg2, uint options ) : bool
path string
arg2 QObject
options uint
Résultat bool

RegisterService() public méthode

public RegisterService ( string serviceName ) : bool
serviceName string
Résultat bool

Send() public méthode

public Send ( QDBusMessage message ) : bool
message QDBusMessage
Résultat bool

Sender() public static méthode

public static Sender ( ) : QDBusConnection
Résultat QDBusConnection

SessionBus() public static méthode

public static SessionBus ( ) : QDBusConnection
Résultat QDBusConnection

SystemBus() public static méthode

public static SystemBus ( ) : QDBusConnection
Résultat QDBusConnection

UnregisterObject() public méthode

public UnregisterObject ( string path ) : void
path string
Résultat void

UnregisterObject() public méthode

public UnregisterObject ( string path, QDBusConnection mode ) : void
path string
mode QDBusConnection
Résultat void

UnregisterService() public méthode

public UnregisterService ( string serviceName ) : bool
serviceName string
Résultat bool

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
Résultat SmokeInvocation