#include <transition.hh>
Inherits ost::gui::TransitionBase.
Public Member Functions | |
| MouseEventTransition (QEvent::Type type, Qt::MouseButton button, Qt::KeyboardModifiers modifiers, State *target, bool swallow_event=true, TransitionGuard *guard=new TransitionGuard()) | |
| virtual std::pair< bool, bool > | checkEvent (QMouseEvent *event) |
Protected Attributes | |
| QEvent::Type | type_ |
| Qt::MouseButton | button_ |
| Qt::KeyboardModifiers | modifiers_ |
| bool | swallow_ |
Definition at line 79 of file transition.hh.
| MouseEventTransition | ( | QEvent::Type | type, | |
| Qt::MouseButton | button, | |||
| Qt::KeyboardModifiers | modifiers, | |||
| State * | target, | |||
| bool | swallow_event = true, |
|||
| TransitionGuard * | guard = new TransitionGuard() | |||
| ) |
| virtual std::pair<bool,bool> checkEvent | ( | QMouseEvent * | event | ) | [virtual] |
Qt::MouseButton button_ [protected] |
Definition at line 86 of file transition.hh.
Qt::KeyboardModifiers modifiers_ [protected] |
Definition at line 87 of file transition.hh.
bool swallow_ [protected] |
Definition at line 88 of file transition.hh.
QEvent::Type type_ [protected] |
Definition at line 85 of file transition.hh.
1.6.1