DeleteCharCommand Class

Definition

Line 136 of System.Windows/EditCommand.cm

Inheritance

Constructors & Destructor

public nothrow DeleteCharCommand(int lineIndex_, int columnIndex_, uchar c_)

Member Functions

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

Member Variables

private uchar c
private int columnIndex
private int lineIndex

Constructor& Destructor Details

DeleteCharCommand Constructor

public nothrow DeleteCharCommand(int lineIndex_, int columnIndex_, uchar c_)

Definition
Line 138 of System.Windows/EditCommand.cm


Member Function Details

Redo Member Function

public override nothrow void Redo(TextView* textView)

Definition
Line 152 of System.Windows/EditCommand.cm


Undo Member Function

public override nothrow void Undo(TextView* textView)

Definition
Line 141 of System.Windows/EditCommand.cm