Exemple #1
0
 public QHostInfo(QHostInfo d) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QHostInfo#", "QHostInfo(const QHostInfo&)", typeof(void), typeof(QHostInfo), d);
 }
Exemple #2
0
 public QHostInfo(QHostInfo d)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QHostInfo#", "QHostInfo(const QHostInfo&)", typeof(void), typeof(QHostInfo), d);
 }
Exemple #3
0
 /// <remarks> Internally used
 ///     </remarks>        <short>   Internally used </short>
 public int WaitForHostInfo(QHostInfo info)
 {
     return (int) interceptor.Invoke("waitForHostInfo#", "waitForHostInfo(QHostInfo&)", typeof(int), typeof(QHostInfo), info);
 }
Exemple #4
0
 public void SetError(QHostInfo.HostInfoError error)
 {
     interceptor.Invoke("setError$", "setError(QHostInfo::HostInfoError)", typeof(void), typeof(QHostInfo.HostInfoError), error);
 }