
Definition at line 481 of file videomanager.cpp.
Public Types | |
| enum | EventType { cetNone, cetKeyPress } |
Public Member Functions | |
| ContainerEvent (EventType event_type=cetNone) | |
| virtual | ~ContainerEvent () |
| EventType | GetType () const |
| virtual void | Do (ContainerHandler *handler)=0 |
| bool | GetHandled () const |
| void | SetHandled (bool handled=true) |
Private Attributes | |
| bool | m_handled |
| EventType | m_event_type |
| mythvideo_videomanager::ContainerEvent::ContainerEvent | ( | EventType | event_type = cetNone |
) | [inline] |
Definition at line 485 of file videomanager.cpp.
| virtual mythvideo_videomanager::ContainerEvent::~ContainerEvent | ( | ) | [inline, virtual] |
Definition at line 488 of file videomanager.cpp.
| EventType mythvideo_videomanager::ContainerEvent::GetType | ( | void | ) | const [inline] |
Definition at line 490 of file videomanager.cpp.
Referenced by mythvideo_videomanager::ContainerDispatch< mythvideo_videomanager::ContainerHandler, VideoManager >::DispatchEvent().
| virtual void mythvideo_videomanager::ContainerEvent::Do | ( | ContainerHandler * | handler | ) | [pure virtual] |
Implemented in mythvideo_videomanager::CEKeyPress.
| bool mythvideo_videomanager::ContainerEvent::GetHandled | ( | ) | const [inline] |
| void mythvideo_videomanager::ContainerEvent::SetHandled | ( | bool | handled = true |
) | [inline] |
Definition at line 495 of file videomanager.cpp.
Referenced by mythvideo_videomanager::CEKeyPress::Do().
1.5.5