PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
Go to the source code of this file.
Functions | |
void | throw_event (const CPT_Event &event) |
void | throw_event (const std::string &event_name) |
void | throw_event (const std::string &event_name, const EventParameter &p1) |
void | throw_event (const std::string &event_name, const EventParameter &p1, const EventParameter &p2) |
void | throw_event (const std::string &event_name, const EventParameter &p1, const EventParameter &p2, const EventParameter &p3) |
void | throw_event (const std::string &event_name, const EventParameter &p1, const EventParameter &p2, const EventParameter &p3, const EventParameter &p4) |
void | throw_event_directly (EventHandler &handler, const CPT_Event &event) |
void | throw_event_directly (EventHandler &handler, const std::string &event_name) |
void | throw_event_directly (EventHandler &handler, const std::string &event_name, const EventParameter &p1) |
void | throw_event_directly (EventHandler &handler, const std::string &event_name, const EventParameter &p1, const EventParameter &p2) |
void | throw_event_directly (EventHandler &handler, const std::string &event_name, const EventParameter &p1, const EventParameter &p2, const EventParameter &p3) |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file throw_event.I.