UnindentSelectionCommand Class

Constructors & Destructor | Member Functions | Member Variables

Definition

Line 370 of System.Windows/EditCommand.cm

Inheritance

Constructors & Destructor

public UnindentSelectionCommand(const Selection& selection_)

Member Functions

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

Member Variables

private Selection selection

Constructor& Destructor Details

UnindentSelectionCommand Constructor

public UnindentSelectionCommand(const Selection& selection_)

Definition
Line 372 of System.Windows/EditCommand.cm


Member Function Details

Redo Member Function

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

Definition
Line 385 of System.Windows/EditCommand.cm


Undo Member Function

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

Definition
Line 376 of System.Windows/EditCommand.cm