BacktabCommand Class
Constructors & Destructor
|
Member Functions
|
Member Variables
Definition
Line
321
of
System.Windows/EditCommand.cm
Inheritance
Constructors & Destructor
public
BacktabCommand
(
int
lineIndex_,
int
columnIndex_,
int
numSpaces_)
Member Functions
public
override
Result
<
bool
>
Redo
(
TextView
* textView)
public
override
Result
<
bool
>
Undo
(
TextView
* textView)
Member Variables
private
int
columnIndex
private
int
lineIndex
private
int
numSpaces
Constructor& Destructor Details
BacktabCommand Constructor
public
BacktabCommand(
int
lineIndex_,
int
columnIndex_,
int
numSpaces_)
Definition
Line
323
of
System.Windows/EditCommand.cm
Member Function Details
Redo Member Function
public
override
Result
<
bool
> Redo(
TextView
* textView)
Definition
Line
333
of
System.Windows/EditCommand.cm
Undo Member Function
public
override
Result
<
bool
> Undo(
TextView
* textView)
Definition
Line
327
of
System.Windows/EditCommand.cm