C# Class Outliner.DragDropHandlers.LayerDragDropHandler

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

Public Methods

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

Protected Methods

Method Description
IsDroppableNode ( OutlinerNode o ) : bool

Private Methods

Method Description
setObjectLayerRecursive ( OutlinerObject obj ) : void

Method Details

GetDragDropEffect() public method

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

IsDroppableNode() protected method

protected IsDroppableNode ( OutlinerNode o ) : bool
o Outliner.Scene.OutlinerNode
return bool

IsValidDropTarget() public method

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

ItemDropped() public method

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

LayerDragDropHandler() public method

public LayerDragDropHandler ( Outliner tree, OutlinerLayer data ) : System
tree Outliner
data Outliner.Scene.OutlinerLayer
return System