IndentSelectionCommand Class
Constructors & Destructor
|
Member Functions
|
Member Variables
Definition
Line
344
of
System.Windows/EditCommand.cm
Inheritance
Constructors & Destructor
public
IndentSelectionCommand
(
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
IndentSelectionCommand Constructor
public
IndentSelectionCommand(
const
Selection
& selection_)
Definition
Line
346
of
System.Windows/EditCommand.cm
Member Function Details
Redo Member Function
public
override
Result
<
bool
> Redo(
TextView
* textView)
Definition
Line
359
of
System.Windows/EditCommand.cm
Undo Member Function
public
override
Result
<
bool
> Undo(
TextView
* textView)
Definition
Line
350
of
System.Windows/EditCommand.cm