C# Class Outliner.DragDropHandlers.TreeDragDropHandler

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

Public Methods

Method Description
GetDragDropEffect ( IDataObject dragData ) : DragDropEffects
IsValidDropTarget ( IDataObject dragData ) : bool
ItemDropped ( IDataObject dragData ) : bool
TreeDragDropHandler ( Outliner tree, OutlinerScene 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

TreeDragDropHandler() public method

public TreeDragDropHandler ( Outliner tree, OutlinerScene data ) : System
tree Outliner
data Outliner.Scene.OutlinerScene
return System