#include <fsa.H>
Public Member Functions | |
FSAT () | |
FSAT (State_t< EVENT > *x) | |
State_t< EVENT > * | cur () |
State_t< EVENT > * | start () |
void | set_cur (State_t< EVENT > *x) |
void | reset () |
bool | is_reset () const |
bool | handle_event (const EVENT &e) |
Protected Attributes | |
State_t< EVENT > * | _cur |
State_t< EVENT > * | _start |
Definition at line 625 of file fsa.H.
|
|
|
|
|
Definition at line 634 of file fsa.H. References FSAT< EVENT >::_cur. |
|
Definition at line 642 of file fsa.H. References FSAT< EVENT >::_cur, and FSAT< EVENT >::_start. Referenced by DrawWidget::handle_gesture(), and Pen::notify_gesture(). |
|
Definition at line 638 of file fsa.H. References FSAT< EVENT >::_cur, and FSAT< EVENT >::_start. Referenced by Pen::notify_gesture(). |
|
Definition at line 637 of file fsa.H. References FSAT< EVENT >::_cur, and FSAT< EVENT >::_start. Referenced by GEST_INT::reset(). |
|
Definition at line 636 of file fsa.H. References FSAT< EVENT >::_cur. |
|
Definition at line 635 of file fsa.H. References FSAT< EVENT >::_start. |
|
Definition at line 627 of file fsa.H. Referenced by FSAT< EVENT >::cur(), FSAT< EVENT >::handle_event(), FSAT< EVENT >::is_reset(), FSAT< EVENT >::reset(), and FSAT< EVENT >::set_cur(). |
|
Definition at line 628 of file fsa.H. Referenced by FSAT< EVENT >::handle_event(), FSAT< EVENT >::is_reset(), FSAT< EVENT >::reset(), and FSAT< EVENT >::start(). |