NewLineCommand Class

Constructors & Destructor | Member Functions | Member Variables

Definition

Line 195 of System.Windows/EditCommand.cm

Inheritance

Constructors & Destructor

public NewLineCommand(int lineIndex_, int columnIndex_, int indent_, int numSpaces_)

Member Functions

public override Result<bool> Redo(TextView* textView)
public override Result<bool> Undo(TextView* textView)

Member Variables

private int columnIndex
private int indent
private int lineIndex
private int numSpaces

Constructor& Destructor Details

NewLineCommand Constructor

public NewLineCommand(int lineIndex_, int columnIndex_, int indent_, int numSpaces_)

Definition
Line 197 of System.Windows/EditCommand.cm


Member Function Details

Redo Member Function

public override Result<bool> Redo(TextView* textView)

Definition
Line 209 of System.Windows/EditCommand.cm


Undo Member Function

public override Result<bool> Undo(TextView* textView)

Definition
Line 202 of System.Windows/EditCommand.cm