20 #ifndef GNASH_SWF_EVENT_H
21 #define GNASH_SWF_EVENT_H
53 m_action_buffer(o.m_action_buffer)
58 return m_action_buffer;
86 #endif // GNASH_SWF_EVENT_H
For embedding event handlers in place_object_2.
Definition: swf_event.h:39
swf_event(const event_id &ev, action_buffer &buf)
Definition: swf_event.h:43
const event_id & event() const
Definition: swf_event.h:61
swf_event(const swf_event &o)
Definition: swf_event.h:50
Definition: GnashKey.h:161
const action_buffer & action() const
Definition: swf_event.h:57
A class to identify 'static' SWF events (system events).
Definition: event_id.h:52
A code segment.
Definition: action_buffer.h:49