C# Class Outliner.DragDropHandlers.SpaceWarpDragDropHandler

Inheritance: ObjectDragDropHandler
Afficher le fichier Open project: Pjanssen/Outliner

Méthodes publiques

Méthode Description
GetDragDropEffect ( IDataObject dragData ) : DragDropEffects
ItemDropped ( IDataObject dragData ) : bool
SpaceWarpDragDropHandler ( Outliner tree, OutlinerObject data ) : System

Method Details

GetDragDropEffect() public méthode

public GetDragDropEffect ( IDataObject dragData ) : DragDropEffects
dragData IDataObject
Résultat DragDropEffects

ItemDropped() public méthode

public ItemDropped ( IDataObject dragData ) : bool
dragData IDataObject
Résultat bool

SpaceWarpDragDropHandler() public méthode

public SpaceWarpDragDropHandler ( Outliner tree, OutlinerObject data ) : System
tree Outliner
data Outliner.Scene.OutlinerObject
Résultat System