C# Class Outliner.DragDropHandlers.ObjectDragDropHandler

Inheritance: DragDropHandler
ファイルを表示 Open project: Pjanssen/Outliner

Public Methods

Method Description
GetDragDropEffect ( IDataObject dragData ) : DragDropEffects
IsValidDropTarget ( IDataObject dragData ) : bool
ItemDropped ( IDataObject dragData ) : bool
ObjectDragDropHandler ( Outliner tree, OutlinerObject data ) : System

Protected Methods

Method Description
IsDroppableNode ( OutlinerNode o ) : System.Boolean

Method Details

GetDragDropEffect() public method

public GetDragDropEffect ( IDataObject dragData ) : DragDropEffects
dragData IDataObject
return DragDropEffects

IsDroppableNode() protected method

protected IsDroppableNode ( OutlinerNode o ) : System.Boolean
o Outliner.Scene.OutlinerNode
return System.Boolean

IsValidDropTarget() public method

public IsValidDropTarget ( IDataObject dragData ) : bool
dragData IDataObject
return bool

ItemDropped() public method

public ItemDropped ( IDataObject dragData ) : bool
dragData IDataObject
return bool

ObjectDragDropHandler() public method

public ObjectDragDropHandler ( Outliner tree, OutlinerObject data ) : System
tree Outliner
data Outliner.Scene.OutlinerObject
return System