#include <manip.H>
Inheritance diagram for Simple_int:


Public Types | |
| typedef CallMeth_t< Simple_int, Event > | _callb |
| typedef GuardMeth_t< Simple_int, Event > | _guard |
Public Member Functions | |
| virtual int | down (CEvent &, State *&) |
| virtual int | move (CEvent &, State *&) |
| virtual int | up (CEvent &, State *&) |
| virtual int | noop (CEvent &, State *&) |
| virtual void | add_events (CEvent &d, CEvent &m, CEvent &u) |
| virtual | ~Simple_int () |
| Simple_int (CEvent &d, CEvent &m, CEvent &u) | |
| _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 | _manip_move |
| CAMptr | _cam |
| State | _entry |
Definition at line 33 of file manip.H.
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
Definition at line 25 of file manip.C. References Interactor< Simple_int, Event, State >::_entry, _manip_move, Interactor< Simple_int, Event, State >::Cb(), Cstr_ptr, down(), move(), State_t< EVENT >::set_name(), and up(). |
|
||||||||||||||||
|
Definition at line 42 of file manip.C. References Interactor< Simple_int, Event, State >::_entry, _manip_move, Interactor< Simple_int, Event, State >::Cb(), down(), move(), and up(). |
|
||||||||||||
|
|
|
|
Definition at line 393 of file fsa.H. Referenced by add_events(), Pen::create_fsa(), GEST_INT::GEST_INT(), Screen_pan_int::Screen_pan_int(), and Simple_int(). |
|
||||||||||||
|
Reimplemented in GEST_INT, Pen, FilmTrans, and MMENU. Definition at line 38 of file manip.H. Referenced by add_events(), and Simple_int(). |
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented in GEST_INT, Pen, FilmTrans, and MMENU. Definition at line 39 of file manip.H. Referenced by add_events(), and Simple_int(). |
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented in GEST_INT, Pen, FilmTrans, and MMENU. Definition at line 40 of file manip.H. Referenced by add_events(), and Simple_int(). |
|
|
|
|
|
Definition at line 407 of file fsa.H. Referenced by Pen::activate(), add_events(), Pen::deactivate(), FilmTrans::FilmTrans(), GEST_INT::GEST_INT(), MMENU::invoke(), Pen::Pen(), Screen_pan_int::Screen_pan_int(), and Simple_int(). |
|
|
Definition at line 35 of file manip.H. Referenced by add_events(), FilmTrans::FilmTrans(), and Simple_int(). |
1.4.4