C# Class GlueView.Facades.GlueProjectSaveCommands

显示文件 Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
GlueProjectSaveCommands ( ) : System
SaveElement ( ElementRuntime elementRuntime ) : void

Saves the X and Y position changes made to the element to the current glux Tells GlueView to ignore the next Glue Save

SaveElement ( ElementRuntime elementRuntime, List variables ) : void

Saves the variables to the glux file. If a variable does not exist, it will be created Tells GlueView to ignore the next Glue Save

SaveGlux ( ) : void

Saves the GlueViewState.Self.CurrentGlueProject

UpdateIElementVariables ( ElementRuntime elementRuntime, List variables ) : void

Private Methods

Method Description
UpdateIElementVariable ( ElementRuntime elementRuntime, string variableToUpdate ) : void

Method Details

GlueProjectSaveCommands() public method

public GlueProjectSaveCommands ( ) : System
return System

SaveElement() public method

Saves the X and Y position changes made to the element to the current glux Tells GlueView to ignore the next Glue Save
public SaveElement ( ElementRuntime elementRuntime ) : void
elementRuntime FlatRedBall.Glue.ElementRuntime
return void

SaveElement() public method

Saves the variables to the glux file. If a variable does not exist, it will be created Tells GlueView to ignore the next Glue Save
public SaveElement ( ElementRuntime elementRuntime, List variables ) : void
elementRuntime FlatRedBall.Glue.ElementRuntime
variables List
return void

SaveGlux() public method

Saves the GlueViewState.Self.CurrentGlueProject
public SaveGlux ( ) : void
return void

UpdateIElementVariables() public method

public UpdateIElementVariables ( ElementRuntime elementRuntime, List variables ) : void
elementRuntime FlatRedBall.Glue.ElementRuntime
variables List
return void