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

Inheritance: BHAVCommand
Mostrar archivo Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
DestUI FSO.IDE.EditorComponent.UI.PrimitiveBox
InstUI FSO.IDE.EditorComponent.UI.PrimitiveBox
OldDestUI FSO.IDE.EditorComponent.UI.PrimitiveBox
TrueBranch bool

Public Methods

Method Description
ChangePointerCommand ( PrimitiveBox instUI, PrimitiveBox destUI, bool trueBranch ) : System
Execute ( FSO.Files.Formats.IFF.Chunks.BHAV bhav, UIBHAVEditor editor ) : void
Undo ( FSO.Files.Formats.IFF.Chunks.BHAV bhav, UIBHAVEditor editor ) : void

Method Details

ChangePointerCommand() public method

public ChangePointerCommand ( PrimitiveBox instUI, PrimitiveBox destUI, bool trueBranch ) : System
instUI FSO.IDE.EditorComponent.UI.PrimitiveBox
destUI FSO.IDE.EditorComponent.UI.PrimitiveBox
trueBranch bool
return System

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

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

DestUI public_oe property

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

InstUI public_oe property

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

OldDestUI public_oe property

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

TrueBranch public_oe property

public bool TrueBranch
return bool