TabCommand Class
Constructors & Destructor
|
Member Functions
|
Member Variables
Definition
Line
298
of
System.Windows/EditCommand.cm
Inheritance
Constructors & Destructor
public
TabCommand
(
int
lineIndex_,
int
columnIndex_)
Member Functions
public
override
Result
<
bool
>
Redo
(
TextView
* textView)
public
override
Result
<
bool
>
Undo
(
TextView
* textView)
Member Variables
private
int
columnIndex
private
int
lineIndex
Constructor& Destructor Details
TabCommand Constructor
public
TabCommand(
int
lineIndex_,
int
columnIndex_)
Definition
Line
300
of
System.Windows/EditCommand.cm
Member Function Details
Redo Member Function
public
override
Result
<
bool
> Redo(
TextView
* textView)
Definition
Line
311
of
System.Windows/EditCommand.cm
Undo Member Function
public
override
Result
<
bool
> Undo(
TextView
* textView)
Definition
Line
304
of
System.Windows/EditCommand.cm