C# 클래스 ME3Explorer.DialogEditor.DialogVis.NodeDragHandler

Simple event handler which applies the following actions to every node it is called on: * Drag the node, and associated edges on mousedrag It assumes that the node's Tag references an ArrayList with a list of associated edges where each edge is a PPath which each have a Tag that references an ArrayList with a list of associated nodes.
상속: UMD.HCIL.Piccolo.Event.PDragEventHandler
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

공개 메소드들

메소드 설명
DoesAcceptEvent ( PInputEventArgs e ) : bool

보호된 메소드들

메소드 설명
OnDrag ( object sender, PInputEventArgs e ) : void
OnStartDrag ( object sender, PInputEventArgs e ) : void

메소드 상세

DoesAcceptEvent() 공개 메소드

public DoesAcceptEvent ( PInputEventArgs e ) : bool
e UMD.HCIL.Piccolo.Event.PInputEventArgs
리턴 bool

OnDrag() 보호된 메소드

protected OnDrag ( object sender, PInputEventArgs e ) : void
sender object
e UMD.HCIL.Piccolo.Event.PInputEventArgs
리턴 void

OnStartDrag() 보호된 메소드

protected OnStartDrag ( object sender, PInputEventArgs e ) : void
sender object
e UMD.HCIL.Piccolo.Event.PInputEventArgs
리턴 void