RemoveSelectionCommand Class

Constructors & Destructor | Member Functions | Member Variables

Definition

Line 271 of System.Windows/EditCommand.cm

Inheritance

Constructors & Destructor

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

Member Functions

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

Member Variables

private Selection selection
private SelectionData selectionData
private bool wholeLine

Constructor& Destructor Details

RemoveSelectionCommand Constructor

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

Definition
Line 273 of System.Windows/EditCommand.cm


Member Function Details

Redo Member Function

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

Definition
Line 285 of System.Windows/EditCommand.cm


Undo Member Function

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

Definition
Line 278 of System.Windows/EditCommand.cm