LSIOUXAttachment is a PowerPlant class that is used for using the SIOUX facilities within PowerPlant programs.
Methods :
The methods in this class are:
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:
See also:
Purpose:
The constructor configures SIOUX to run within a PowerPlant program.
Access:
Prototype:
LSIOUXAttachment();Parameters:
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).
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:
Prototype:
virtual void ExecuteSelf( MessageT inMessage,Parameters:
void *ioParam);
The parameters for this method are:
Return: