C# Class Outliner.DragDropHandlers.DragDropHandler

Afficher le fichier Open project: Pjanssen/Outliner Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
IsDroppableNode ( OutlinerNode o ) : System.Boolean
getChildHandles ( OutlinerNode nodes ) : System.Int32[]

Private Methods

Méthode Description
arrayContains ( OutlinerNode nodes, OutlinerNode n ) : System.Boolean
getChildHandles_intern ( OutlinerNode n, OutlinerNode nodes, List &handles ) : void

Method Details

DragDropHandler() public méthode

public DragDropHandler ( Outliner tree, OutlinerNode data ) : System
tree Outliner
data Outliner.Scene.OutlinerNode
Résultat System

GetDragDropEffect() public méthode

public GetDragDropEffect ( IDataObject dragData ) : DragDropEffects
dragData IDataObject
Résultat DragDropEffects

GetDragDropHandlerForNode() public static méthode

public static GetDragDropHandlerForNode ( Outliner tree, OutlinerNode node ) : DragDropHandler
tree Outliner
node Outliner.Scene.OutlinerNode
Résultat DragDropHandler

GetNodesFromDataObject() public static méthode

public static GetNodesFromDataObject ( IDataObject dragData ) : Outliner.Scene.OutlinerNode[]
dragData IDataObject
Résultat Outliner.Scene.OutlinerNode[]

IsDroppableNode() protected méthode

protected IsDroppableNode ( OutlinerNode o ) : System.Boolean
o Outliner.Scene.OutlinerNode
Résultat System.Boolean

IsValidDropTarget() public méthode

public IsValidDropTarget ( IDataObject dragData ) : System.Boolean
dragData IDataObject
Résultat System.Boolean

ItemDropped() public méthode

public ItemDropped ( IDataObject dragData ) : System.Boolean
dragData IDataObject
Résultat System.Boolean

getChildHandles() protected méthode

protected getChildHandles ( OutlinerNode nodes ) : System.Int32[]
nodes Outliner.Scene.OutlinerNode
Résultat System.Int32[]