#include "std/support.H"
#include "disp/view.H"
#include "dev/dev.H"
Include dependency graph for fsa.H:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | Guard_t< EVENT > |
| A generic callback Interface for testing a guard condition for an FSA arc. More... | |
| class | GuardFunc_t< EVENT > |
| Test EVENTs with a given function. More... | |
| class | GuardMeth_t< T, EVENT > |
| Test EVENTs with a given method on an object. More... | |
| class | CallBack_t< EVENT > |
| A generic callback Interface for whenever an Arc_t of an FSA is traversed. More... | |
| class | CallFunc_t< EVENT > |
| A subclass of a CallBack that contains a function to call. More... | |
| class | CallMeth_t< T, EVENT > |
| A subclass of a CallBack that contains an object and one if its methods to call. More... | |
| class | Arc_t< EVENT > |
| Represents an Arc of an FSA. More... | |
| class | State_t< EVENT > |
| A State in an FSA. More... | |
| class | Interactor< T, EVENT, STATE > |
| A convenience class that makes it easy for an object that has CallBack functions to generate the proper CallBack data structure. More... | |
| class | Event |
| Wraps up the raw event data with the view that the event occurs in. More... | |
| class | ButtonMapper |
| Provides a simple interface to the events that can be generated by a Mouse object (or an equivalent combination of a 2 DOF device and a buttons device). More... | |
| class | FSAT< EVENT > |
| class | VIEWint |
| class | VIEWint_list |
Typedefs | |
| typedef const Event | CEvent |
| typedef Arc_t< Event > | Arc |
| typedef State_t< Event > | State |
| typedef Guard_t< Event > | Guard |
| typedef FSAT< Event > | FSA |
Variables | |
| hashvar< int > | DONOT_CLIP_OBJ |
Definition in file fsa.H.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Referenced by GL_VIEW::draw_objects(), and FPS::FPS(). |
1.4.4