Exemplo n.º 1
0
 protected QObject(Type dummy)
 {
     try {
         Type             proxyInterface = Qyoto.GetSignalsInterface(GetType());
         SignalInvocation realProxy      = new SignalInvocation(proxyInterface, this);
         Q_EMIT = realProxy.GetTransparentProxy();
     }
     catch (Exception e) {
         Console.WriteLine("Could not retrieve signal interface: {0}", e);
     }
 }