コード例 #1
0
 public QDBusPendingCallWatcher(IQDBusPendingCall call)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QDBusPendingCallWatcher#", "QDBusPendingCallWatcher(const QDBusPendingCall&)", typeof(void), typeof(IQDBusPendingCall), call);
 }
コード例 #2
0
 public QDBusPendingCallWatcher(IQDBusPendingCall call) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QDBusPendingCallWatcher#", "QDBusPendingCallWatcher(const QDBusPendingCall&)", typeof(void), typeof(IQDBusPendingCall), call);
 }
コード例 #3
0
 // QDBusPendingCall* QDBusPendingCall(QDBusPendingCallPrivate* arg1); >>>> NOT CONVERTED
 public QDBusPendingCallWatcher(IQDBusPendingCall call, QObject parent)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QDBusPendingCallWatcher##", "QDBusPendingCallWatcher(const QDBusPendingCall&, QObject*)", typeof(void), typeof(IQDBusPendingCall), call, typeof(QObject), parent);
 }
コード例 #4
0
 // QDBusPendingCall* QDBusPendingCall(QDBusPendingCallPrivate* arg1); >>>> NOT CONVERTED
 public QDBusPendingCallWatcher(IQDBusPendingCall call, QObject parent) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QDBusPendingCallWatcher##", "QDBusPendingCallWatcher(const QDBusPendingCall&, QObject*)", typeof(void), typeof(IQDBusPendingCall), call, typeof(QObject), parent);
 }
コード例 #5
0
 // QDBusPendingCall* QDBusPendingCall(QDBusPendingCallPrivate* arg1); >>>> NOT CONVERTED
 public QDBusPendingCall(IQDBusPendingCall other) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QDBusPendingCall#", "QDBusPendingCall(const QDBusPendingCall&)", typeof(void), typeof(IQDBusPendingCall), other);
 }
コード例 #6
0
ファイル: QDBusPendingCall.cs プロジェクト: 0xd34df00d/Qross
 // QDBusPendingCall* QDBusPendingCall(QDBusPendingCallPrivate* arg1); >>>> NOT CONVERTED
 public QDBusPendingCall(IQDBusPendingCall other)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QDBusPendingCall#", "QDBusPendingCall(const QDBusPendingCall&)", typeof(void), typeof(IQDBusPendingCall), other);
 }
コード例 #7
0
ファイル: QDBusPendingReplyData.cs プロジェクト: KDE/qyoto
 protected void Assign(IQDBusPendingCall call)
 {
     interceptor.Invoke("assign#", "assign(const QDBusPendingCall&)", typeof(void), typeof(IQDBusPendingCall), call);
 }
コード例 #8
0
 protected void Assign(IQDBusPendingCall call)
 {
     interceptor.Invoke("assign#", "assign(const QDBusPendingCall&)", typeof(void), typeof(IQDBusPendingCall), call);
 }