20 #ifndef GNASH_SWF_EVENT_H 21 #define GNASH_SWF_EVENT_H 46 m_event(
std::move(ev)),
54 m_action_buffer(o.m_action_buffer)
59 return m_action_buffer;
87 #endif // GNASH_SWF_EVENT_H For embedding event handlers in place_object_2.
Definition: swf_event.h:40
swf_event(event_id ev, action_buffer &buf)
Definition: swf_event.h:44
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:40
swf_event(const swf_event &o)
Definition: swf_event.h:51
Definition: GnashKey.h:161
const event_id & event() const
Definition: swf_event.h:62
const action_buffer & action() const
Definition: swf_event.h:58
A class to identify 'static' SWF events (system events).
Definition: event_id.h:52
A code segment.
Definition: action_buffer.h:49