C# Class 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.
Inheritance: UMD.HCIL.Piccolo.Event.PDragEventHandler
Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

Méthode Description
DoesAcceptEvent ( PInputEventArgs e ) : bool

Méthodes protégées

Méthode Description
OnDrag ( object sender, PInputEventArgs e ) : void
OnStartDrag ( object sender, PInputEventArgs e ) : void

Method Details

DoesAcceptEvent() public méthode

public DoesAcceptEvent ( PInputEventArgs e ) : bool
e UMD.HCIL.Piccolo.Event.PInputEventArgs
Résultat bool

OnDrag() protected méthode

protected OnDrag ( object sender, PInputEventArgs e ) : void
sender object
e UMD.HCIL.Piccolo.Event.PInputEventArgs
Résultat void

OnStartDrag() protected méthode

protected OnStartDrag ( object sender, PInputEventArgs e ) : void
sender object
e UMD.HCIL.Piccolo.Event.PInputEventArgs
Résultat void