C# 클래스 Qyoto.QDBusConnection

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

보호된 프로퍼티들

프로퍼티 타입 설명
interceptor SmokeInvocation

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
QDBusConnection ( ) : System

메소드 상세

AsyncCall() 공개 메소드

public AsyncCall ( QDBusMessage message ) : IQDBusPendingCall
message QDBusMessage
리턴 IQDBusPendingCall

AsyncCall() 공개 메소드

public AsyncCall ( QDBusMessage message, int timeout ) : IQDBusPendingCall
message QDBusMessage
timeout int
리턴 IQDBusPendingCall

BaseService() 공개 메소드

public BaseService ( ) : string
리턴 string

Call() 공개 메소드

public Call ( QDBusMessage message ) : QDBusMessage
message QDBusMessage
리턴 QDBusMessage

Call() 공개 메소드

public Call ( QDBusMessage message, QDBus mode ) : QDBusMessage
message QDBusMessage
mode QDBus
리턴 QDBusMessage

Call() 공개 메소드

public Call ( QDBusMessage message, QDBus mode, int timeout ) : QDBusMessage
message QDBusMessage
mode QDBus
timeout int
리턴 QDBusMessage

CallWithCallback() 공개 메소드

public CallWithCallback ( QDBusMessage message, QObject receiver, string slot ) : bool
message QDBusMessage
receiver QObject
slot string
리턴 bool

CallWithCallback() 공개 메소드

public CallWithCallback ( QDBusMessage message, QObject receiver, string slot, int timeout ) : bool
message QDBusMessage
receiver QObject
slot string
timeout int
리턴 bool

CallWithCallback() 공개 메소드

public CallWithCallback ( QDBusMessage message, QObject receiver, string returnMethod, string errorMethod ) : bool
message QDBusMessage
receiver QObject
returnMethod string
errorMethod string
리턴 bool

CallWithCallback() 공개 메소드

public CallWithCallback ( QDBusMessage message, QObject receiver, string returnMethod, string errorMethod, int timeout ) : bool
message QDBusMessage
receiver QObject
returnMethod string
errorMethod string
timeout int
리턴 bool

Connect() 공개 메소드

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
리턴 bool

Connect() 공개 메소드

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
리턴 bool

Connect() 공개 메소드

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
리턴 bool

ConnectToBus() 공개 정적인 메소드

public static ConnectToBus ( QDBusConnection type, string name ) : QDBusConnection
type QDBusConnection
name string
리턴 QDBusConnection

ConnectToBus() 공개 정적인 메소드

public static ConnectToBus ( string address, string name ) : QDBusConnection
address string
name string
리턴 QDBusConnection

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Disconnect() 공개 메소드

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
리턴 bool

Disconnect() 공개 메소드

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
리턴 bool

Disconnect() 공개 메소드

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
리턴 bool

DisconnectFromBus() 공개 정적인 메소드

public static DisconnectFromBus ( string name ) : void
name string
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Interface() 공개 메소드

public Interface ( ) : Qyoto.QDBusConnectionInterface
리턴 Qyoto.QDBusConnectionInterface

IsConnected() 공개 메소드

public IsConnected ( ) : bool
리턴 bool

LastError() 공개 메소드

public LastError ( ) : QDBusError
리턴 QDBusError

Name() 공개 메소드

public Name ( ) : string
리턴 string

ObjectRegisteredAt() 공개 메소드

public ObjectRegisteredAt ( string path ) : QObject
path string
리턴 QObject

QDBusConnection() 공개 메소드

public QDBusConnection ( QDBusConnection other ) : System
other QDBusConnection
리턴 System

QDBusConnection() 보호된 메소드

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

QDBusConnection() 공개 메소드

public QDBusConnection ( string name ) : System
name string
리턴 System

RegisterObject() 공개 메소드

public RegisterObject ( string path, QObject arg2 ) : bool
path string
arg2 QObject
리턴 bool

RegisterObject() 공개 메소드

public RegisterObject ( string path, QObject arg2, uint options ) : bool
path string
arg2 QObject
options uint
리턴 bool

RegisterService() 공개 메소드

public RegisterService ( string serviceName ) : bool
serviceName string
리턴 bool

Send() 공개 메소드

public Send ( QDBusMessage message ) : bool
message QDBusMessage
리턴 bool

Sender() 공개 정적인 메소드

public static Sender ( ) : QDBusConnection
리턴 QDBusConnection

SessionBus() 공개 정적인 메소드

public static SessionBus ( ) : QDBusConnection
리턴 QDBusConnection

SystemBus() 공개 정적인 메소드

public static SystemBus ( ) : QDBusConnection
리턴 QDBusConnection

UnregisterObject() 공개 메소드

public UnregisterObject ( string path ) : void
path string
리턴 void

UnregisterObject() 공개 메소드

public UnregisterObject ( string path, QDBusConnection mode ) : void
path string
mode QDBusConnection
리턴 void

UnregisterService() 공개 메소드

public UnregisterService ( string serviceName ) : bool
serviceName string
리턴 bool

프로퍼티 상세

interceptor 보호되어 있는 프로퍼티

protected SmokeInvocation,Qyoto interceptor
리턴 SmokeInvocation