C# 클래스 Outliner.DragDropHandlers.ObjectDragDropHandler

상속: DragDropHandler
파일 보기 프로젝트 열기: Pjanssen/Outliner

공개 메소드들

메소드 설명
GetDragDropEffect ( IDataObject dragData ) : DragDropEffects
IsValidDropTarget ( IDataObject dragData ) : bool
ItemDropped ( IDataObject dragData ) : bool
ObjectDragDropHandler ( Outliner tree, OutlinerObject data ) : System

보호된 메소드들

메소드 설명
IsDroppableNode ( OutlinerNode o ) : System.Boolean

메소드 상세

GetDragDropEffect() 공개 메소드

public GetDragDropEffect ( IDataObject dragData ) : DragDropEffects
dragData IDataObject
리턴 DragDropEffects

IsDroppableNode() 보호된 메소드

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

IsValidDropTarget() 공개 메소드

public IsValidDropTarget ( IDataObject dragData ) : bool
dragData IDataObject
리턴 bool

ItemDropped() 공개 메소드

public ItemDropped ( IDataObject dragData ) : bool
dragData IDataObject
리턴 bool

ObjectDragDropHandler() 공개 메소드

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