OXF class

The oxf.h file defines general API classes used by the execution framework.

Method summary
animDeregisterForeignThread
Unregisters the external thread
animRegisterForeignThread
Registers an external thread (not an OMThread) in the animation framework
delay
Delays the calling thread for the specified length of time
end
Ends the event processing of the default event dispatching thread
getMemoryManager
Returns the current framework memory manager
getTheDefaultActiveClass
Returns the default active class
getTheTickTimerFactory
Returns the low-level timer factory
init
Initializes the timer, creates the default event dispatching thread, and initializes the framework
setMemoryManager
Specifies the current framework memory manager
setTheDefaultActiveClass
Registers an alternate default active object on the framework
setTheTickTimerFactory
Registers a timer factory on the framework, causing the framework to use the user-defined timers instead of the predefined timers
start
Starts the event processing of the default event dispatching thread

Feedback