#include <transition.hh>
Inherits PyQt4::QtCore::QObject.
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 40 of file transition.hh.
| TransitionBase | ( | State * | target, | |
| TransitionGuard * | guard = new TransitionGuard() | |||
| ) |
| bool is_active_ | ( | ) | [protected] |
| void trigger_ | ( | ) | [protected] |
| void triggered | ( | ) | [signal] |
TransitionGuard* guard_ [protected] |
Definition at line 50 of file transition.hh.
Definition at line 49 of file transition.hh.
1.6.1