Ejemplo n.º 1
0
 public QDBusPendingCallWatcher(IQDBusPendingCall call)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QDBusPendingCallWatcher#", "QDBusPendingCallWatcher(const QDBusPendingCall&)", typeof(void), typeof(IQDBusPendingCall), call);
 }
Ejemplo n.º 2
0
 public QDBusPendingCallWatcher(IQDBusPendingCall call) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QDBusPendingCallWatcher#", "QDBusPendingCallWatcher(const QDBusPendingCall&)", typeof(void), typeof(IQDBusPendingCall), call);
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 6
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);
 }
Ejemplo n.º 7
0
 protected void Assign(IQDBusPendingCall call)
 {
     interceptor.Invoke("assign#", "assign(const QDBusPendingCall&)", typeof(void), typeof(IQDBusPendingCall), call);
 }
Ejemplo n.º 8
0
 protected void Assign(IQDBusPendingCall call)
 {
     interceptor.Invoke("assign#", "assign(const QDBusPendingCall&)", typeof(void), typeof(IQDBusPendingCall), call);
 }