C# Class Outliner.DragDropHandlers.LayerDragDropHandler

Inheritance: DragDropHandler
Afficher le fichier Open project: Pjanssen/Outliner

Méthodes publiques

Méthode Description
GetDragDropEffect ( IDataObject dragData ) : DragDropEffects
IsValidDropTarget ( IDataObject dragData ) : bool
ItemDropped ( IDataObject dragData ) : bool
LayerDragDropHandler ( Outliner tree, OutlinerLayer data ) : System

Méthodes protégées

Méthode Description
IsDroppableNode ( OutlinerNode o ) : bool

Private Methods

Méthode Description
setObjectLayerRecursive ( OutlinerObject obj ) : void

Method Details

GetDragDropEffect() public méthode

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

IsDroppableNode() protected méthode

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

IsValidDropTarget() public méthode

public IsValidDropTarget ( IDataObject dragData ) : bool
dragData IDataObject
Résultat bool

ItemDropped() public méthode

public ItemDropped ( IDataObject dragData ) : bool
dragData IDataObject
Résultat bool

LayerDragDropHandler() public méthode

public LayerDragDropHandler ( Outliner tree, OutlinerLayer data ) : System
tree Outliner
data Outliner.Scene.OutlinerLayer
Résultat System