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

 

LBeepAttachment



Overview:

LBeepAttachment is a PowerPlant class that is used for beeping when a message is received.

Methods :

The methods in this class are:

 

LBeepAttachment()  
ExecuteSelf()  

Data Members:

There are no data members in this class.

Operation:

This object is a simple Attachment designed to respond to any message you indicate, typically a click message. When you create the object with LBeepAttachment(), you specify the message to which you want the Attachment to respond. When attached to any host, this Attachment beeps when the appropriate message is received.

Source files:

(Utility Classes)

UAttachments.h

UAttachments.cp

See also:

LAttachment

LPane

LBeepAttachment()

Purpose:

The constructor for this object is a placeholder.

Access:

Public

Prototype:

LBeepAttachment( MessageT	inMessage,
Boolean inExecuteHost ) ;

LBeepAttachment( LStream *inStream);
Parameters:

The parameters for these constructors are:

 

MessageT  
inMessage  
The message that we respond to.  
LStream*  
inStream  
A pointer to a stream object that contains the information to create the LBeepAttachment object.  

ExecuteSelf()

Purpose:

This method beeps using SysBeep(). 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