Inheritance diagram for CP_Event< kEventClassControl, kEventControlInitialize >:
Public Member Functions | |
Constructor / Destructor | |
CP_Event (CP_Event_Base &inEvent) | |
Constructor. | |
Event Info | |
void | ReturnInfo () |
Public Attributes | |
UInt32 | fFeatures |
Protected Attributes | |
OSStatus | fStatus |
|
Carbon Event handler for the kEventControlInitialize event. Extracts the following fields:
|
|
Returns information for this initialization event. Returns the following fields to the sender:
|
|
Returns the status of the event. This will be the status returned to the underlying OS.
|
|
Sets the status of the event. This will be the status returned to the underlying OS.
|
|
operator EventRef for returning the EventRef for this event.
|
|
Returns the EventRef for this event.
|
|
operator EventHanlerCallRef for returning the EventHandlerCallRef for this event.
|
|
Returns the EventHandlerCallRef for this event.
|
|
Not yet implemented.
|
|
Not yet implemented.
|
|
Return the event class for this CarbonEvent.
|
|
Return the event kind for this CarbonEvent.
|
|
Generic method to return a parameter from this CarbonEvent. There are many template version that can be used to retrieve specific types, and are prefererred over calling this directly. This will return a CP_paramErr if the passed in buffer is NULL.
|
|
Method to return an HICommand parameter
|
|
Template method for getting a parameter out of the CarbonEvent. This method is used by the specific parametter getters to return a specific type of parameter from this event.
|
|
Retain this event. Calls on the CarbonEvent Manager to perform the retain.
|
|
Release this event. Calls on the CarbonEvent Manager to perform the release.
|
|
Sends the event to the passed in target reference.
|
|
Sends the event to the passed in target reference.
|
|
Sets the event reference information for this event, and then calls Retain().
|
|
Copyies the CP_Event_Imp fields for this class.
|
|
|
|
|