C# Class Outliner.DragDropHandlers.MaterialDragDropHandler

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
MaterialDragDropHandler ( Outliner tree, OutlinerMaterial data ) : System

Méthodes protégées

Méthode Description
IsDroppableNode ( OutlinerNode o ) : bool

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

MaterialDragDropHandler() public méthode

public MaterialDragDropHandler ( Outliner tree, OutlinerMaterial data ) : System
tree Outliner
data Outliner.Scene.OutlinerMaterial
Résultat System