Exemplo n.º 1
0
Arquivo: QLayout.cs Projeto: KDE/qyoto
 protected override void ChildEvent(QChildEvent e)
 {
     interceptor.Invoke("childEvent#", "childEvent(QChildEvent*)", typeof(void), typeof(QChildEvent), e);
 }
Exemplo n.º 2
0
 protected override void ChildEvent(QChildEvent arg1)
 {
     interceptor.Invoke("childEvent#", "childEvent(QChildEvent*)", typeof(void), typeof(QChildEvent), arg1);
 }
Exemplo n.º 3
0
 protected virtual void ChildEvent(QChildEvent arg1)
 {
     interceptor.Invoke("childEvent#", "childEvent(QChildEvent*)", typeof(void), typeof(QChildEvent), arg1);
 }