InsertLinesCommand Class

Definition

Line 200 of System.Windows/EditCommand.cm

Inheritance

Constructors & Destructor

public nothrow InsertLinesCommand(int lineIndex_, int columnIndex_, const List<String<uchar>>& lines_)

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 List<String<uchar>> lines

Constructor& Destructor Details

InsertLinesCommand Constructor

public nothrow InsertLinesCommand(int lineIndex_, int columnIndex_, const List<String<uchar>>& lines_)

Definition
Line 202 of System.Windows/EditCommand.cm


Member Function Details

Redo Member Function

public override nothrow void Redo(TextView* textView)

Definition
Line 210 of System.Windows/EditCommand.cm


Undo Member Function

public override nothrow void Undo(TextView* textView)

Definition
Line 206 of System.Windows/EditCommand.cm