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

Inheritance: BHAVCommand
Datei anzeigen Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
InstUI FSO.IDE.EditorComponent.UI.PrimitiveBox

Public Methods

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

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
return void

ToggleBreakpointCommand() public method

public ToggleBreakpointCommand ( PrimitiveBox instUI ) : System
instUI FSO.IDE.EditorComponent.UI.PrimitiveBox
return System

Undo() public method

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
return void

Property Details

InstUI public_oe property

public PrimitiveBox,FSO.IDE.EditorComponent.UI InstUI
return FSO.IDE.EditorComponent.UI.PrimitiveBox