C# Class Catrobat.IDE.Core.Utilities.Helpers.ReferenceCleaner

Afficher le fichier Open project: Catrobat/CatrobatForWindows

Méthodes publiques

Méthode Description
CleanUpLookReferences ( Look deletedLook, Sprite selectedSprite ) : void
CleanUpSoundReferences ( Sound deletedSound, Sprite selectedSprite ) : void
CleanUpSpriteReferences ( Sprite deletedSprite, System.Program currentProject ) : void
CleanUpVariableReferences ( Variable deletedUserVariable, Sprite selectedSprite ) : void

Method Details

CleanUpLookReferences() public static méthode

public static CleanUpLookReferences ( Look deletedLook, Sprite selectedSprite ) : void
deletedLook Look
selectedSprite Sprite
Résultat void

CleanUpSoundReferences() public static méthode

public static CleanUpSoundReferences ( Sound deletedSound, Sprite selectedSprite ) : void
deletedSound Sound
selectedSprite Sprite
Résultat void

CleanUpSpriteReferences() public static méthode

public static CleanUpSpriteReferences ( Sprite deletedSprite, System.Program currentProject ) : void
deletedSprite Sprite
currentProject System.Program
Résultat void

CleanUpVariableReferences() public static méthode

public static CleanUpVariableReferences ( Variable deletedUserVariable, Sprite selectedSprite ) : void
deletedUserVariable Catrobat.IDE.Core.Models.Variable
selectedSprite Sprite
Résultat void