TabCommand Class

Definition

Line 239 of System.Windows/EditCommand.cm

Inheritance

Constructors & Destructor

public nothrow TabCommand(int lineIndex_, int columnIndex_)

Member Functions

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

Member Variables

private int columnIndex
private int lineIndex

Constructor& Destructor Details

TabCommand Constructor

public nothrow TabCommand(int lineIndex_, int columnIndex_)

Definition
Line 241 of System.Windows/EditCommand.cm


Member Function Details

Redo Member Function

public override nothrow void Redo(TextView* textView)

Definition
Line 248 of System.Windows/EditCommand.cm


Undo Member Function

public override nothrow void Undo(TextView* textView)

Definition
Line 244 of System.Windows/EditCommand.cm