InsertIntoLineCommand Class

Definition

Line 181 of System.Windows/EditCommand.cm

Inheritance

Constructors & Destructor

public nothrow InsertIntoLineCommand(int lineIndex_, int columnIndex_, const String<uchar>& text_)

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 String<uchar> text

Constructor& Destructor Details

InsertIntoLineCommand Constructor

public nothrow InsertIntoLineCommand(int lineIndex_, int columnIndex_, const String<uchar>& text_)

Definition
Line 183 of System.Windows/EditCommand.cm


Member Function Details

Redo Member Function

public override nothrow void Redo(TextView* textView)

Definition
Line 191 of System.Windows/EditCommand.cm


Undo Member Function

public override nothrow void Undo(TextView* textView)

Definition
Line 187 of System.Windows/EditCommand.cm