GroupCommand Class
Definition
Line
310
of
System.Windows/EditCommand.cm
Inheritance
Constructors & Destructor
public
GroupCommand
()
Member Functions
public
nothrow
void
AddCommand
(
EditCommand
* command)
public
override
nothrow
void
Redo
(
TextView
* textView)
public
override
nothrow
void
Undo
(
TextView
* textView)
Member Variables
private
List
<
UniquePtr
<
EditCommand
>>
commands
Constructor& Destructor Details
GroupCommand Constructor
public
GroupCommand()
Definition
Line
312
of
System.Windows/EditCommand.cm
Member Function Details
AddCommand Member Function
public
nothrow
void
AddCommand(
EditCommand
* command)
Definition
Line
315
of
System.Windows/EditCommand.cm
Redo Member Function
public
override
nothrow
void
Redo(
TextView
* textView)
Definition
Line
328
of
System.Windows/EditCommand.cm
Undo Member Function
public
override
nothrow
void
Undo(
TextView
* textView)
Definition
Line
319
of
System.Windows/EditCommand.cm