#include <manip.H>
Inheritance diagram for Key_int:
Public Types | |
typedef CallMeth_t< Key_int, Event > | _callb |
typedef GuardMeth_t< Key_int, Event > | _guard |
Public Member Functions | |
virtual int | down (CEvent &, State *&) |
virtual int | up (CEvent &, State *&) |
Key_int (char k, State *start) | |
Key_int (char k[], State *start) | |
Key_int () | |
void | add_event (char k[], State *start) |
void | add_event (char k, State *start) |
_callb * | Cb (TYPENAME _callb::_method m) |
_callb * | Cb (TYPENAME _callb::_method m, State_t< Event > *s) |
_guard * | Gd (const Event &e, TYPENAME _guard::_method m) |
State * | entry () |
const State * | entry () const |
Protected Attributes | |
State | _key_down |
State | _entry |
Definition at line 17 of file manip.H.
|
|
|
|
|
Definition at line 25 of file manip.H. References add_event(). |
|
Definition at line 26 of file manip.H. References add_event(). |
|
Definition at line 27 of file manip.H. References Interactor< Key_int, Event, State >::_entry, and State_t< EVENT >::set_name(). |
|
Definition at line 80 of file manip.C. References Interactor< Key_int, Event, State >::_entry, _key_down, Interactor< Key_int, Event, State >::Cb(), down(), KEYD, KEYU, and up(). |
|
Referenced by Key_int(), and Simple_Keyboard::Simple_Keyboard(). |
|
|
|
Definition at line 393 of file fsa.H. Referenced by add_event(), and kbd_nav::kbd_nav(). |
|
Reimplemented in kbd_nav. Definition at line 22 of file manip.H. Referenced by add_event(), and kbd_nav::kbd_nav(). |
|
|
|
|
|
|
|
Reimplemented in kbd_nav. Definition at line 23 of file manip.H. Referenced by add_event(), and kbd_nav::kbd_nav(). |
|
Definition at line 407 of file fsa.H. Referenced by add_event(), kbd_nav::kbd_nav(), Key_int(), and Simple_Keyboard::Simple_Keyboard(). |
|
Definition at line 19 of file manip.H. Referenced by add_event(). |