A C D E G I L M O P R S T U Y

E

engineComponentRequest() - Method in class yaarq.dmo.yrqDemoApplication
Implementation of yrqApplication engineComponentRequest: Returns the component for the engine to run within.
engineComponentRequest() - Method in interface yaarq.sys.yrqApplication
This function is called by the engine to request the component it is running in.
engineInitCallback(yrqEngine) - Method in class yaarq.dmo.yrqDemoApplication
Implementation of yrqApplication engineInitCallback: Add all scene objects to the application
engineInitCallback(yrqEngine) - Method in interface yaarq.sys.yrqApplication
This callback is used by the engine to notify applications that loading of low-level ressources has been done and all internal initalisation has finished.
engineInputCallback(yrqEngine, AWTEvent) - Method in class yaarq.dmo.yrqDemoApplication
Implementation of the engineInputCallback: Simply place event handling code here to create interactivity.
engineInputCallback(yrqEngine, AWTEvent) - Method in interface yaarq.sys.yrqApplication
This callback is used by the engine to inform the application that a mouse or keyboard event has occurred.
engineLoadCallback(yrqEngine) - Method in class yaarq.dmo.yrqDemoApplication
Implementation of yrqApplication engineLoadCallback: All low-level resources like textures, sounds etc. needed for the Demo are loaded here.
engineLoadCallback(yrqEngine) - Method in interface yaarq.sys.yrqApplication
This callback is used by the engine to notify applications that low-level ressources like textures, sounds etc. should be loaded into the repository.
engineRenderCallback(yrqEngine, Graphics2D) - Method in class yaarq.dmo.yrqDemoApplication
Implementation of yrqApplication engineRenderCallback: After rendering each 3D frame, the engine instance calls this callback to allow for the application to do 2D overlay rendering.
engineRenderCallback(yrqEngine, Graphics2D) - Method in interface yaarq.sys.yrqApplication
This callback is used by the engine after every 3D frame rendering to allow for the application to do 2D overlay drawing.
engineUpdateCallback(yrqEngine) - Method in class yaarq.dmo.yrqDemoApplication
Implementation of yrqApplication engineUpdatCallback: The demos high-level control logic is implemented here, and executed continuously by the engine instance.
engineUpdateCallback(yrqEngine) - Method in interface yaarq.sys.yrqApplication
This callback is used by the engine to request updates from the application.

A C D E G I L M O P R S T U Y