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