C# Class FSO.IDE.EditorComponent.Commands.ToggleBreakpointCommand

Inheritance: BHAVCommand
Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Свойство Type Description
InstUI FSO.IDE.EditorComponent.UI.PrimitiveBox

Méthodes publiques

Méthode Description
Execute ( FSO.Files.Formats.IFF.Chunks.BHAV bhav, UIBHAVEditor editor ) : void
ToggleBreakpointCommand ( PrimitiveBox instUI ) : System
Undo ( FSO.Files.Formats.IFF.Chunks.BHAV bhav, UIBHAVEditor editor ) : void

Method Details

Execute() public méthode

public Execute ( FSO.Files.Formats.IFF.Chunks.BHAV bhav, UIBHAVEditor editor ) : void
bhav FSO.Files.Formats.IFF.Chunks.BHAV
editor FSO.IDE.EditorComponent.UI.UIBHAVEditor
Résultat void

ToggleBreakpointCommand() public méthode

public ToggleBreakpointCommand ( PrimitiveBox instUI ) : System
instUI FSO.IDE.EditorComponent.UI.PrimitiveBox
Résultat System

Undo() public méthode

public Undo ( FSO.Files.Formats.IFF.Chunks.BHAV bhav, UIBHAVEditor editor ) : void
bhav FSO.Files.Formats.IFF.Chunks.BHAV
editor FSO.IDE.EditorComponent.UI.UIBHAVEditor
Résultat void

Property Details

InstUI public_oe property

public PrimitiveBox,FSO.IDE.EditorComponent.UI InstUI
Résultat FSO.IDE.EditorComponent.UI.PrimitiveBox