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