DeleteCharCommand Class
Constructors & Destructor
|
Member Functions
|
Member Variables
Definition
Line
163
of
System.Windows/EditCommand.cm
Inheritance
Constructors & Destructor
public
DeleteCharCommand
(
int
lineIndex_,
int
columnIndex_,
uchar
c_)
Member Functions
public
override
Result
<
bool
>
Redo
(
TextView
* textView)
public
override
Result
<
bool
>
Undo
(
TextView
* textView)
Member Variables
private
uchar
c
private
int
columnIndex
private
int
lineIndex
Constructor& Destructor Details
DeleteCharCommand Constructor
public
DeleteCharCommand(
int
lineIndex_,
int
columnIndex_,
uchar
c_)
Definition
Line
165
of
System.Windows/EditCommand.cm
Member Function Details
Redo Member Function
public
override
Result
<
bool
> Redo(
TextView
* textView)
Definition
Line
184
of
System.Windows/EditCommand.cm
Undo Member Function
public
override
Result
<
bool
> Undo(
TextView
* textView)
Definition
Line
169
of
System.Windows/EditCommand.cm