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

Show file Open project: Catrobat/CatrobatForWindows

Public Methods

Method 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 method

public static CleanUpLookReferences ( Look deletedLook, Sprite selectedSprite ) : void
deletedLook Look
selectedSprite Sprite
return void

CleanUpSoundReferences() public static method

public static CleanUpSoundReferences ( Sound deletedSound, Sprite selectedSprite ) : void
deletedSound Sound
selectedSprite Sprite
return void

CleanUpSpriteReferences() public static method

public static CleanUpSpriteReferences ( Sprite deletedSprite, System.Program currentProject ) : void
deletedSprite Sprite
currentProject System.Program
return void

CleanUpVariableReferences() public static method

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