Go to the source code of this file.
Functions | |
void | throw_event (const CPT_Event &event) |
void | throw_event (const string &event_name) |
void | throw_event (const string &event_name, const EventParameter &p1) |
void | throw_event (const string &event_name, const EventParameter &p1, const EventParameter &p2) |
void | throw_event (const string &event_name, const EventParameter &p1, const EventParameter &p2, const EventParameter &p3) |
void | throw_event_directly (EventHandler &handler, const CPT_Event &event) |
void | throw_event_directly (EventHandler &handler, const string &event_name) |
void | throw_event_directly (EventHandler &handler, const string &event_name, const EventParameter &p1) |
void | throw_event_directly (EventHandler &handler, const string &event_name, const EventParameter &p1, const EventParameter &p2) |
void | throw_event_directly (EventHandler &handler, const string &event_name, const EventParameter &p1, const EventParameter &p2, const EventParameter &p3) |
Definition in file throw_event.I.
|
Definition at line 52 of file throw_event.I. References Event::add_parameter(), EventQueue::get_global_event_queue(), and EventQueue::queue_event(). Referenced by PGItem::activate_region(), PGItem::enter(), PGItem::exit(), PGItem::recompute_internal_bound(), MouseWatcher::remove_regions_from(), and Lerp::step(). |
|
Definition at line 42 of file throw_event.I. |
|
Definition at line 34 of file throw_event.I. |
|
Definition at line 29 of file throw_event.I. References INLINE. |
|
Definition at line 24 of file throw_event.I. References EventQueue::get_global_event_queue(), INLINE, and EventQueue::queue_event(). |
|
Definition at line 100 of file throw_event.I. Referenced by MouseWatcher::remove_regions_from(). |
|
Definition at line 89 of file throw_event.I. |
|
Definition at line 80 of file throw_event.I. |
|
Definition at line 74 of file throw_event.I. References Event::add_parameter(), and INLINE. |
|
Definition at line 68 of file throw_event.I. References EventHandler::dispatch_event(), and INLINE. |