IndentSelectionCommand Class
Definition
Line
274
of
System.Windows/EditCommand.cm
Inheritance
Constructors & Destructor
public
nothrow
IndentSelectionCommand
(
const
Selection
& selection_)
Member Functions
public
override
nothrow
void
Redo
(
TextView
* textView)
public
override
nothrow
void
Undo
(
TextView
* textView)
Member Variables
private
Selection
selection
Constructor& Destructor Details
IndentSelectionCommand Constructor
public
nothrow
IndentSelectionCommand(
const
Selection
& selection_)
Definition
Line
276
of
System.Windows/EditCommand.cm
Member Function Details
Redo Member Function
public
override
nothrow
void
Redo(
TextView
* textView)
Definition
Line
284
of
System.Windows/EditCommand.cm
Undo Member Function
public
override
nothrow
void
Undo(
TextView
* textView)
Definition
Line
279
of
System.Windows/EditCommand.cm