#include <transition.hh>
Inherits ost::gui::TransitionBase.
Public Member Functions | |
| KeyEventTransition (int key, Qt::KeyboardModifiers modifiers, State *target, bool swallow_event=true, TransitionGuard *guard=new TransitionGuard()) | |
| virtual std::pair< bool, bool > | checkEvent (QKeyEvent *event) |
Protected Attributes | |
| int | key_ |
| Qt::KeyboardModifiers | modifiers_ |
| bool | swallow_ |
Definition at line 68 of file transition.hh.
| KeyEventTransition | ( | int | key, | |
| Qt::KeyboardModifiers | modifiers, | |||
| State * | target, | |||
| bool | swallow_event = true, |
|||
| TransitionGuard * | guard = new TransitionGuard() | |||
| ) |
| virtual std::pair<bool,bool> checkEvent | ( | QKeyEvent * | event | ) | [virtual] |
int key_ [protected] |
Definition at line 74 of file transition.hh.
Qt::KeyboardModifiers modifiers_ [protected] |
Definition at line 75 of file transition.hh.
bool swallow_ [protected] |
Definition at line 76 of file transition.hh.
1.6.1