|
OpenStructure
|
#include <transition.hh>
Inherited by AutomaticTransition, KeyEventTransition, MouseEventTransition, and SignalTransition.
Signals | |
| void | triggered () |
Public Member Functions | |
| TransitionBase (State *target, TransitionGuard *guard=new TransitionGuard()) | |
Protected Member Functions | |
| void | trigger_ () |
| bool | is_active_ () |
Protected Attributes | |
| State * | target_ |
| TransitionGuard * | guard_ |
Definition at line 21 of file transition.hh.
| TransitionBase | ( | State * | target, |
| TransitionGuard * | guard = new TransitionGuard() |
||
| ) |
|
protected |
|
protected |
|
signal |
|
protected |
Definition at line 31 of file transition.hh.
|
protected |
Definition at line 30 of file transition.hh.
1.8.1.1