C# Class Outliner.DragDropHandlers.MaterialDragDropHandler

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

Public Methods

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

Protected Methods

Method Description
IsDroppableNode ( OutlinerNode o ) : bool

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

MaterialDragDropHandler() public method

public MaterialDragDropHandler ( Outliner tree, OutlinerMaterial data ) : System
tree Outliner
data Outliner.Scene.OutlinerMaterial
return System