[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

 

LTECutAction



Overview:

LTECutAction is a PowerPlant class that is used for handling the cut action for a TextEdit field.

Methods :

The methods in this class are:

 

LTECutAction()  
~LTECutAction()  
RedoSelf()  
 

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:

(Action Classes)

UTETextAction.h

UTETextAction.cp

Ancestors:

LAction

LTETextAction

LTECutAction()

Purpose:

The constructor creates an object from the passed-in parameters.

Access:

Public

Prototype:

LTECutAction( TEHandle inMacTEH,
LCommander *inTextCommander,
LPane *inTextPane );
Parameters:

The parameters for this constructor are:

 

TEHandle  
inMacTEH  
The Mac OS TextEdit handle.  
LCommander*  
inTextCommander  
The pointer to the text Commander.  
LPane*  
inTextPane  
The pointer to the Pane.  

~LTECutAction()

Purpose:

The destructor destroys the object.

Access:

Virtual, Public

Prototype:

virtual ~LTECutAction();

RedoSelf()

Purpose:

This is an override of RedoSelf() in LAction.

 


[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.

Last updated: July 21, 2000