TQANoticeMethod
An application can define a method to respond asynchronously to certain events associated with the operation of QuickDraw 3D RAVE.
typedef void (*TQANoticeMethod) ( TQADrawContext *drawContext, void *refCon);
drawContext- A draw context.
refCon- The reference constant associated with the notice method.
DESCRIPTION
YourTQANoticeMethodfunction is called by QuickDraw 3D RAVE at the times specified when an application installed the notice method using theQASetNoticeMethodfunction. For example, if the value of themethodparameter passed toQASetNoticeMethodwaskQAMethod_RenderCompletion, then the associated notice method is called whenever the renderer finishes rendering an image in the draw context specified by thedrawContextparameter. TherefConparameter is an application-defined reference constant; this is simply the value of therefConparameter that was passed toQASetNoticeMethod.
- Note
- You can install one notice method for each defined notice selector. See page 1-68 for a description of the available notice selectors.
![]()
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help