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

 

LSIOUXAttachment



Overview:

LSIOUXAttachment is a PowerPlant class that is used for using the SIOUX facilities within PowerPlant programs.

Methods :

The methods in this class are:

 

LSIOUXAttachment()  
ExecuteSelf()  

Data Members:

There are no data members in this class.

Operation:

To learn more about SIOUX and how to use it, refer to the MSL C Reference on the CodeWarrior documentation CD.

Source files:

(Support Classes)

LSIOUXAttachment.h

LSIOUXAttachment.cp

See also:

LAttachment

LSIOUXAttachment()

Purpose:

The constructor configures SIOUX to run within a PowerPlant program.

Access:

Public

Prototype:

LSIOUXAttachment();
Parameters:

None

Remarks:

If you want to change the default SIOUX values, set the fields of the global SIOUXSettings struct in your code before creating the SIOUX Window (normally the before the first call to printf or cout).

ExecuteSelf()

Purpose:

Send the Event to SIOUX. If SIOUX doesn't handle the event, SIOUXHandleOneEvent() returns 0, so mExecuteHost is true, meaning that the event will be dispatched to PowerPlant. If SIOUX does handle the event, SIOUXHandleOneEvent() returns a non-zero value, so mExecuteHost is false, meaning that the event will not be passed to PowerPlant.

Access:

Protected

Prototype:

virtual void ExecuteSelf( MessageT inMessage,
void *ioParam);
Parameters:

The parameters for this method are:

 

MessageT  
inMessage  
This parameter is currently unused for this method.  
void*  
ioParam  
A pointer to a structure that contains Rect information for drawing.  

Return:

None

 


[ 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