BacktabCommand Class

Definition

Line 256 of System.Windows/EditCommand.cm

Inheritance

Constructors & Destructor

public nothrow BacktabCommand(int lineIndex_, int columnIndex_, 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 lineIndex
private int numSpaces

Constructor& Destructor Details

BacktabCommand Constructor

public nothrow BacktabCommand(int lineIndex_, int columnIndex_, int numSpaces_)

Definition
Line 258 of System.Windows/EditCommand.cm


Member Function Details

Redo Member Function

public override nothrow void Redo(TextView* textView)

Definition
Line 265 of System.Windows/EditCommand.cm


Undo Member Function

public override nothrow void Undo(TextView* textView)

Definition
Line 261 of System.Windows/EditCommand.cm