NewLineCommand Class

Definition

Line 161 of System.Windows/EditCommand.cm

Inheritance

Constructors & Destructor

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

Member Functions

public override nothrow void Redo(TextView* textView)
public override nothrow void Undo(TextView* textView)

Member Variables

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

Constructor& Destructor Details

NewLineCommand Constructor

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

Definition
Line 163 of System.Windows/EditCommand.cm


Member Function Details

Redo Member Function

public override nothrow void Redo(TextView* textView)

Definition
Line 171 of System.Windows/EditCommand.cm


Undo Member Function

public override nothrow void Undo(TextView* textView)

Definition
Line 167 of System.Windows/EditCommand.cm