#include <fsa.H>
Inheritance diagram for Guard_t< EVENT >:
Public Member Functions | |
Guard_t () | |
Guard_t (const EVENT &e) | |
virtual | ~Guard_t () |
virtual int | exec (const EVENT &e) |
virtual int | none () const |
const EVENT & | event () const |
Private Attributes | |
EVENT | _e |
Definition at line 28 of file fsa.H.
|
|
|
|
|
|
|
|
|
Reimplemented in GuardFunc_t< EVENT >, GuardMeth_t< T, EVENT >, GarbageGuard, TapGuard, DslashGuard, TslashGuard, DoubleTapGuard, ScribbleGuard, CircleGuard, SmallCircleGuard, ClickHoldGuard, and StrokeGuard. Definition at line 36 of file fsa.H. Referenced by GuardMeth_t< T, EVENT >::exec(), and GuardFunc_t< EVENT >::exec(). |
|
Reimplemented in GuardFunc_t< EVENT >, and GuardMeth_t< T, EVENT >. |
|
Definition at line 42 of file fsa.H. Referenced by Guard_t< GESTUREptr >::event(), and Guard_t< GESTUREptr >::exec(). |