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

Inheritance: BHAVCommand
Mostrar archivo Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
FromFalse List
FromTrue List
Primitive FSO.IDE.EditorComponent.UI.PrimitiveBox

Public Methods

Method Description
Execute ( FSO.Files.Formats.IFF.Chunks.BHAV bhav, UIBHAVEditor editor ) : void
RemovePrimCommand ( List realPrims, PrimitiveBox prim ) : 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

RemovePrimCommand() public method

public RemovePrimCommand ( List realPrims, PrimitiveBox prim ) : System
realPrims List
prim 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

FromFalse public_oe property

public List FromFalse
return List

FromTrue public_oe property

public List FromTrue
return List

Primitive public_oe property

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