UnindentSelectionCommand Class
Definition
Line
292
of
System.Windows/EditCommand.cm
Inheritance
Constructors & Destructor
public
UnindentSelectionCommand
(
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
UnindentSelectionCommand Constructor
public
UnindentSelectionCommand(
const
Selection
& selection_)
Definition
Line
294
of
System.Windows/EditCommand.cm
Member Function Details
Redo Member Function
public
override
nothrow
void
Redo(
TextView
* textView)
Definition
Line
302
of
System.Windows/EditCommand.cm
Undo Member Function
public
override
nothrow
void
Undo(
TextView
* textView)
Definition
Line
297
of
System.Windows/EditCommand.cm