#include <fsa.H>
Inheritance diagram for VIEWint:
Public Member Functions | |
VIEWint (CVIEWptr &v) | |
VIEWptr | view () const |
VIEWptr | view () |
void | handle_event (CEvd &e) |
void | post_event (CEvd &e) |
void | add_interactor (FSA *fsa) |
void | rem_interactor (FSA *fsa) |
void | add_interactor (State *s) |
void | rem_interactor (State *s) |
void | clear_interactors () |
Protected Attributes | |
VIEWptr | _view |
ARRAY< Evd > | _events |
ARRAY< FSA * > | _cur_states |
Definition at line 651 of file fsa.H.
|
Definition at line 658 of file fsa.H. References _view. |
|
Definition at line 669 of file fsa.H. References add_interactor(). |
|
Definition at line 666 of file fsa.H. References _cur_states. Referenced by GEST_INT::activate(), VIEWint_list::add(), and add_interactor(). |
|
Definition at line 671 of file fsa.H. References _cur_states, and ARRAY< T >::clear(). Referenced by VIEWint_list::clear(). |
|
Implements DEVhandler. Definition at line 38 of file fsa.C. References _cur_states, _events, _view, ARRAY< T >::empty(), ARRAY< T >::num(), VIEW::pop(), ARRAY< T >::pop(), and VIEW::push(). Referenced by normal_keydown_callback(), and normal_keyup_callback(). |
|
Definition at line 664 of file fsa.H. References _events. |
|
Definition at line 17 of file fsa.C. References _cur_states, ARRAY< T >::num(), and ARRAY< T >::remove(). |
|
Definition at line 667 of file fsa.H. References _cur_states. Referenced by GEST_INT::deactivate(), and VIEWint_list::rem(). |
|
Definition at line 661 of file fsa.H. References _view. |
|
Definition at line 660 of file fsa.H. References _view. |
|
Definition at line 655 of file fsa.H. Referenced by add_interactor(), clear_interactors(), handle_event(), and rem_interactor(). |
|
Definition at line 654 of file fsa.H. Referenced by handle_event(), and post_event(). |
|
Definition at line 653 of file fsa.H. Referenced by handle_event(), view(), and VIEWint(). |