#include <cam_pz.H>
Inheritance diagram for Screen_pan_int:
Public Types | |
typedef CallMeth_t< Simple_int, Event > | _callb |
typedef GuardMeth_t< Simple_int, Event > | _guard |
Public Member Functions | |
virtual | ~Screen_pan_int () |
Screen_pan_int (CEvent &d, CEvent &m, CEvent &u) | |
int | idle (CEvent &e, State *&) |
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) |
_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 143 of file cam_pz.H.
|
|
|
|
|
|
|
Definition at line 147 of file cam_pz.H. References Interactor< Simple_int, Event, State >::_entry, Interactor< Simple_int, Event, State >::Cb(), and idle(). |
|
Definition at line 42 of file manip.C. References Interactor< Simple_int, Event, State >::_entry, Simple_int::_manip_move, Interactor< Simple_int, Event, State >::Cb(), Simple_int::down(), Simple_int::move(), and Simple_int::up(). |
|
|
|
Definition at line 393 of file fsa.H. Referenced by Simple_int::add_events(), Pen::create_fsa(), GEST_INT::GEST_INT(), Screen_pan_int(), and Simple_int::Simple_int(). |
|
Reimplemented in GEST_INT, Pen, FilmTrans, and MMENU. Definition at line 38 of file manip.H. Referenced by Simple_int::add_events(), and Simple_int::Simple_int(). |
|
|
|
|
|
|
|
Definition at line 152 of file cam_pz.H. References Evd::_d, DEVice_2d::cur(), DEVice_2d::old(), and Event::view(). Referenced by Screen_pan_int(). |
|
Reimplemented in GEST_INT, Pen, FilmTrans, and MMENU. Definition at line 39 of file manip.H. Referenced by Simple_int::add_events(), and Simple_int::Simple_int(). |
|
|
|
Reimplemented in GEST_INT, Pen, FilmTrans, and MMENU. Definition at line 40 of file manip.H. Referenced by Simple_int::add_events(), and Simple_int::Simple_int(). |
|
|
|
Definition at line 407 of file fsa.H. Referenced by Pen::activate(), Simple_int::add_events(), Pen::deactivate(), FilmTrans::FilmTrans(), GEST_INT::GEST_INT(), MMENU::invoke(), Pen::Pen(), Screen_pan_int(), and Simple_int::Simple_int(). |
|
Definition at line 35 of file manip.H. Referenced by Simple_int::add_events(), FilmTrans::FilmTrans(), and Simple_int::Simple_int(). |