コード例 #1
0
 protected virtual void WheelEvent(QGraphicsSceneWheelEvent arg1)
 {
 }
コード例 #2
0
ファイル: QGraphicsTextItem.cs プロジェクト: KDE/qyoto
 protected virtual void WheelEvent(QGraphicsSceneWheelEvent arg1)
 {
     interceptor.Invoke("wheelEvent#", "wheelEvent(QGraphicsSceneWheelEvent*)", typeof(void), typeof(QGraphicsSceneWheelEvent), arg1);
 }
コード例 #3
0
 protected override void WheelEvent(QGraphicsSceneWheelEvent arg1)
 {
     interceptor.Invoke("wheelEvent#", "wheelEvent(QGraphicsSceneWheelEvent*)", typeof(void), typeof(QGraphicsSceneWheelEvent), arg1);
 }