Inheritance: QObject, IDisposable
Beispiel #1
0
 public abstract void UnregisterSocketNotifier(QSocketNotifier notifier);
Beispiel #2
0
 public QSocketNotifier(int socket, QSocketNotifier.TypeOf arg2, QObject parent)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QSocketNotifier$$#", "QSocketNotifier(int, QSocketNotifier::Type, QObject*)", typeof(void), typeof(int), socket, typeof(QSocketNotifier.TypeOf), arg2, typeof(QObject), parent);
 }
Beispiel #3
0
 public QSocketNotifier(int socket, QSocketNotifier.TypeOf arg2)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QSocketNotifier$$", "QSocketNotifier(int, QSocketNotifier::Type)", typeof(void), typeof(int), socket, typeof(QSocketNotifier.TypeOf), arg2);
 }
 public abstract void UnregisterSocketNotifier(QSocketNotifier notifier);