Inheritance: QObject, IDisposable
Ejemplo n.º 1
0
 public abstract void UnregisterSocketNotifier(QSocketNotifier notifier);
Ejemplo n.º 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);
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 4
0
 public abstract void UnregisterSocketNotifier(QSocketNotifier notifier);