|
OpenStructure
|
#include <transition.hh>
Inherits 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() |
||
| ) |
|
protected |
|
protected |
|
signal |
|
protected |
Definition at line 50 of file transition.hh.
|
protected |
Definition at line 49 of file transition.hh.
1.8.5