예제 #1
0
파일: QLayout.cs 프로젝트: KDE/qyoto
 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
파일: QObject.cs 프로젝트: 0xd34df00d/Qross
 protected virtual void ChildEvent(QChildEvent arg1)
 {
     interceptor.Invoke("childEvent#", "childEvent(QChildEvent*)", typeof(void), typeof(QChildEvent), arg1);
 }