Simplified XF 1.1.0
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Ninterface
 CXFBehaviorInterface to receive and process events
 CXFDispatcherInterface for the XF dispatcher providing the event processing loop
 CXFEventQueueInterface to be implemented by the event queue
 CXFMutexMutex interface needed by the XF to access a mutex
 CXFTimeoutManagerInterface for TimerManager classes (and some few 'tick' stuff already provided)
 CDispatcherThreadThe DispatcherThread calls the XFDispatcher execute() method in a separate thread
 CXFStatic class grouping the basic methods for the XF together
 CXFBehaviorBase class for state machines, activities, process and data flows
 CXFCustomEventBase class for project related events
 CXFDefaultTransitionState machine transition without trigger
 CXFDispatcherDispatcher used in an IDF (no underlying OS)
 CXFEventBase class for all types of events and timeouts
 CXFEventQueueDefault Qt implementation for the XFEventQueue interface
 CXFEventStatusEvent status returned after event processing
 CXFInitialEventInitial event to start a behavior
 CXFMutexDefault Qt implementation for the XFMutex interface
 CXFTimeoutUsed by the TimeoutManager to create and handle a timeout
 CXFTimeoutManagerDefault implementation of the XF TimeoutManager