C# Class SadConsole.StringParser.ParseCommandUndo

Pops a behavior off of a ParseCommandStacks.
Inheritance: ParseCommandBase
Show file Open project: Thraka/SadConsole Class Usage Examples

Public Methods

Method Description
Build ( ColoredGlyph &glyphState, ColoredGlyph glyphString, int surfaceIndex, ITextSurface surface, SurfaceEditor editor, int &stringIndex, string processedString, ParseCommandStacks commandStack ) : void
ParseCommandUndo ( string parameters, ParseCommandStacks stacks ) : System

Method Details

Build() public method

public Build ( ColoredGlyph &glyphState, ColoredGlyph glyphString, int surfaceIndex, ITextSurface surface, SurfaceEditor editor, int &stringIndex, string processedString, ParseCommandStacks commandStack ) : void
glyphState ColoredGlyph
glyphString ColoredGlyph
surfaceIndex int
surface ITextSurface
editor SadConsole.Consoles.SurfaceEditor
stringIndex int
processedString string
commandStack ParseCommandStacks
return void

ParseCommandUndo() public method

public ParseCommandUndo ( string parameters, ParseCommandStacks stacks ) : System
parameters string
stacks ParseCommandStacks
return System