Go to the documentation of this file.
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
A class to identify 'static' SWF events (system events).
Definition: event_id.h:53
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:41
swf_event(const swf_event &o)
Definition: swf_event.h:51
const action_buffer & action() const
Definition: swf_event.h:58
swf_event(event_id ev, action_buffer &buf)
Definition: swf_event.h:44
For embedding event handlers in place_object_2.
Definition: swf_event.h:41
A code segment.
Definition: action_buffer.h:50
@ o
Definition: GnashKey.h:161
const event_id & event() const
Definition: swf_event.h:62