QARegisterEngine
You can use theQARegisterEnginefunction to register a custom drawing engine with QuickDraw 3D RAVE.
TQAError QARegisterEngine (TQAEngineGetMethod engineGetMethod);
engineGetMethod- The method retrieval method of your drawing engine. See "Method Reporting Methods" (page 1-146) for a complete description of this method.
DESCRIPTION
TheQARegisterEnginefunction registers your custom drawing engine with QuickDraw 3D RAVE. You should call this function at startup time (usually from the initialization routine in the shared library containing the code for your drawing engine). QuickDraw 3D RAVE uses the method specified by theengineGetMethodparameter to retrieve function pointers for the non-drawing methods defined in your drawing engine.SPECIAL CONSIDERATIONS
You should callQARegisterEngineonly to register a custom drawing engine. Applications using QuickDraw 3D RAVE to draw into one or more draw contexts do not need to use this function.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help