LTECutAction is a PowerPlant class that is used for handling the cut action for a TextEdit field.
Methods :
The methods in this class are:
Data Members:
There are no data members in this class.
Operation:
This is a simple class for handling cuts from the TextEdit field.
Source files:
Ancestors:
Purpose:
The constructor creates an object from the passed-in parameters.
Access:
Prototype:
LTECutAction( TEHandle inMacTEH,Parameters:
LCommander *inTextCommander,
LPane *inTextPane );
The parameters for this constructor are:
Purpose:
The destructor destroys the object.
Access:
Prototype:
virtual ~LTECutAction();
Purpose:
This is an override of RedoSelf() in LAction.