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

 

LEraseAttachment



Overview:

LEraseAttachment is a PowerPlant class that is used for erasing the Frame of a Pane.

Methods :

The methods in this class are:

 

LEraseAttachment()  
ExecuteSelf()  

Data Members:

There are no data members for this class.

 

Operation:

This Attachment is designed to respond to the msg_DrawOrPrint message. When you create this Attachment, you specify whether the host should also draw.

Source files:

(Utility Classes)

UAttachments.h

UAttachments.cp

Ancestors:

LAttachment

LPane

See Also:

LPaintAttachment

LEraseAttachment()

Purpose:

The constructor creates the object.

Access:

Public

Prototype:

LEraseAttachment( Boolean inExecuteHost );

LEraseAttachment( LStream *inStream );
Parameters:

The parameters for these constructors are:

 

Boolean  
inExecuteHost  
A Boolean indicating the value to be set for mExecuteHost.  
LStream*  
inStream  
A pointer to a stream object that contains the information to create the LEraseAttachment object.  

ExecuteSelf()

Purpose:

Erases the Frame of a Pane. This is an override of ExecuteSelf() in LAttachment.

 


[ 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