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