C# 클래스 Outliner.DragDropHandlers.DragDropHandler

파일 보기 프로젝트 열기: Pjanssen/Outliner 1 사용 예제들

공개 메소드들

메소드 설명
DragDropHandler ( Outliner tree, OutlinerNode data ) : System
GetDragDropEffect ( IDataObject dragData ) : DragDropEffects
GetDragDropHandlerForNode ( Outliner tree, OutlinerNode node ) : DragDropHandler
GetNodesFromDataObject ( IDataObject dragData ) : Outliner.Scene.OutlinerNode[]
IsValidDropTarget ( IDataObject dragData ) : System.Boolean
ItemDropped ( IDataObject dragData ) : System.Boolean

보호된 메소드들

메소드 설명
IsDroppableNode ( OutlinerNode o ) : System.Boolean
getChildHandles ( OutlinerNode nodes ) : System.Int32[]

비공개 메소드들

메소드 설명
arrayContains ( OutlinerNode nodes, OutlinerNode n ) : System.Boolean
getChildHandles_intern ( OutlinerNode n, OutlinerNode nodes, List &handles ) : void

메소드 상세

DragDropHandler() 공개 메소드

public DragDropHandler ( Outliner tree, OutlinerNode data ) : System
tree Outliner
data Outliner.Scene.OutlinerNode
리턴 System

GetDragDropEffect() 공개 메소드

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

GetDragDropHandlerForNode() 공개 정적인 메소드

public static GetDragDropHandlerForNode ( Outliner tree, OutlinerNode node ) : DragDropHandler
tree Outliner
node Outliner.Scene.OutlinerNode
리턴 DragDropHandler

GetNodesFromDataObject() 공개 정적인 메소드

public static GetNodesFromDataObject ( IDataObject dragData ) : Outliner.Scene.OutlinerNode[]
dragData IDataObject
리턴 Outliner.Scene.OutlinerNode[]

IsDroppableNode() 보호된 메소드

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

IsValidDropTarget() 공개 메소드

public IsValidDropTarget ( IDataObject dragData ) : System.Boolean
dragData IDataObject
리턴 System.Boolean

ItemDropped() 공개 메소드

public ItemDropped ( IDataObject dragData ) : System.Boolean
dragData IDataObject
리턴 System.Boolean

getChildHandles() 보호된 메소드

protected getChildHandles ( OutlinerNode nodes ) : System.Int32[]
nodes Outliner.Scene.OutlinerNode
리턴 System.Int32[]