protected override void ChildEvent(QChildEvent e) { interceptor.Invoke("childEvent#", "childEvent(QChildEvent*)", typeof(void), typeof(QChildEvent), e); }
protected override void ChildEvent(QChildEvent arg1) { interceptor.Invoke("childEvent#", "childEvent(QChildEvent*)", typeof(void), typeof(QChildEvent), arg1); }
protected virtual void ChildEvent(QChildEvent arg1) { interceptor.Invoke("childEvent#", "childEvent(QChildEvent*)", typeof(void), typeof(QChildEvent), arg1); }