コード例 #1
0
ファイル: QLayout.cs プロジェクト: KDE/qyoto
 protected override void ChildEvent(QChildEvent e)
 {
     interceptor.Invoke("childEvent#", "childEvent(QChildEvent*)", typeof(void), typeof(QChildEvent), e);
 }
コード例 #2
0
ファイル: QGroupBox.cs プロジェクト: micro-chen/qyoto
 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);
 }