18 #include "pandabase.h"
20 #include "eventQueue.h"
22 #include "eventParameter.h"
25 INLINE
void throw_event(
const CPT_Event &event);
26 INLINE
void throw_event(
const string &event_name);
27 INLINE
void throw_event(
const string &event_name,
29 INLINE
void throw_event(
const string &event_name,
32 INLINE
void throw_event(
const string &event_name,
36 INLINE
void throw_event(
const string &event_name,
42 #include "eventHandler.h"
47 const string &event_name);
49 const string &event_name,
52 const string &event_name,
56 const string &event_name,
61 #include "throw_event.I"
A class to monitor events from the C++ side of things.
An optional parameter associated with an event.
A ConstPointerTo is similar to a PointerTo, except it keeps a const pointer to the thing...