InsertCharCommand Class

Definition

Line 117 of System.Windows/EditCommand.cm

Inheritance

Constructors & Destructor

public nothrow InsertCharCommand(int lineIndex_, int columnIndex_, uchar c_, bool removeIndent_)

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
private bool removeIndent

Constructor& Destructor Details

InsertCharCommand Constructor

public nothrow InsertCharCommand(int lineIndex_, int columnIndex_, uchar c_, bool removeIndent_)

Definition
Line 119 of System.Windows/EditCommand.cm


Member Function Details

Redo Member Function

public override nothrow void Redo(TextView* textView)

Definition
Line 126 of System.Windows/EditCommand.cm


Undo Member Function

public override nothrow void Undo(TextView* textView)

Definition
Line 122 of System.Windows/EditCommand.cm