RemoveSelectionCommand Class

Definition

Line 219 of System.Windows/EditCommand.cm

Inheritance

Constructors & Destructor

public nothrow RemoveSelectionCommand(const Selection& selection_, const SelectionData& selectionData_, bool wholeLine_)

Member Functions

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

Member Variables

private Selection selection
private SelectionData selectionData
private bool wholeLine

Constructor& Destructor Details

RemoveSelectionCommand Constructor

public nothrow RemoveSelectionCommand(const Selection& selection_, const SelectionData& selectionData_, bool wholeLine_)

Definition
Line 221 of System.Windows/EditCommand.cm


Member Function Details

Redo Member Function

public override nothrow void Redo(TextView* textView)

Definition
Line 229 of System.Windows/EditCommand.cm


Undo Member Function

public override nothrow void Undo(TextView* textView)

Definition
Line 225 of System.Windows/EditCommand.cm