Simplified XF 1.1.0
|
▼Ninterface | |
CXFBehavior | Interface to receive and process events |
CXFDispatcher | Interface for the XF dispatcher providing the event processing loop |
CXFEventQueue | Interface to be implemented by the event queue |
CXFMutex | Mutex interface needed by the XF to access a mutex |
CXFTimeoutManager | Interface for TimerManager classes (and some few 'tick' stuff already provided) |
CDispatcherThread | The DispatcherThread calls the XFDispatcher execute() method in a separate thread |
CXF | Static class grouping the basic methods for the XF together |
CXFBehavior | Base class for state machines, activities, process and data flows |
CXFCustomEvent | Base class for project related events |
CXFDefaultTransition | State machine transition without trigger |
CXFDispatcher | Dispatcher used in an IDF (no underlying OS) |
CXFEvent | Base class for all types of events and timeouts |
CXFEventQueue | Default Qt implementation for the XFEventQueue interface |
CXFEventStatus | Event status returned after event processing |
CXFInitialEvent | Initial event to start a behavior |
CXFMutex | Default Qt implementation for the XFMutex interface |
CXFTimeout | Used by the TimeoutManager to create and handle a timeout |
CXFTimeoutManager | Default implementation of the XF TimeoutManager |