Пример #1
0
 protected override void ChildEvent(QChildEvent e)
 {
     interceptor.Invoke("childEvent#", "childEvent(QChildEvent*)", typeof(void), typeof(QChildEvent), e);
 }
Пример #2
0
 protected override void ChildEvent(QChildEvent arg1)
 {
     interceptor.Invoke("childEvent#", "childEvent(QChildEvent*)", typeof(void), typeof(QChildEvent), arg1);
 }
Пример #3
0
 protected virtual void ChildEvent(QChildEvent arg1)
 {
     interceptor.Invoke("childEvent#", "childEvent(QChildEvent*)", typeof(void), typeof(QChildEvent), arg1);
 }