InsertCharCommand Class

Constructors & Destructor | Member Functions | Member Variables

Definition

Line 138 of System.Windows/EditCommand.cm

Inheritance

Constructors & Destructor

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

Member Functions

public override Result<bool> Redo(TextView* textView)
public override Result<bool> Undo(TextView* textView)

Member Variables

private uchar c
private int columnIndex
private int lineIndex
private bool removeIndent

Constructor& Destructor Details

InsertCharCommand Constructor

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

Definition
Line 140 of System.Windows/EditCommand.cm


Member Function Details

Redo Member Function

public override Result<bool> Redo(TextView* textView)

Definition
Line 151 of System.Windows/EditCommand.cm


Undo Member Function

public override Result<bool> Undo(TextView* textView)

Definition
Line 144 of System.Windows/EditCommand.cm