Panda3D
EventHandler Member List

This is the complete list of members for EventHandler, including all inherited members.

add_hook(const std::string &event_name, EventFunction *function)EventHandler
add_hook(const std::string &event_name, EventCallbackFunction *function, void *data)EventHandler
as_typed_object()TypedObjectinline
as_typed_object() constTypedObjectinline
dispatch_event(const Event *event)EventHandlervirtual
EventCallbackFunction typedef (defined in EventHandler)EventHandler
EventFunction typedef (defined in EventHandler)EventHandler
EventHandler(EventQueue *ev_queue) (defined in EventHandler)EventHandlerexplicit
force_init_type() (defined in EventHandler)EventHandlerinlinevirtual
get_best_parent_from_Set(const std::set< int > &) const (defined in TypedObject)TypedObjectinline
get_class_type() (defined in EventHandler)EventHandlerinlinestatic
get_future(const std::string &event_name)EventHandler
get_global_event_handler(EventQueue *queue=nullptr)EventHandlerinlinestatic
get_type() const (defined in EventHandler)EventHandlerinlinevirtual
get_type (defined in TypedObject)TypedObject
get_type_index() constTypedObjectinline
has_hook(const std::string &event_name) constEventHandler
has_hook(const std::string &event_name, EventFunction *function) constEventHandler
has_hook(const std::string &event_name, EventCallbackFunction *function, void *data) constEventHandler
init_type() (defined in EventHandler)EventHandlerinlinestatic
is_exact_type(TypeHandle handle) constTypedObjectinline
is_of_type(TypeHandle handle) constTypedObjectinline
operator=(const TypedObject &copy)=default (defined in TypedObject)TypedObjectinline
process_events()EventHandler
remove_all_hooks()EventHandler
remove_hook(const std::string &event_name, EventFunction *function)EventHandler
remove_hook(const std::string &event_name, EventCallbackFunction *function, void *data)EventHandler
remove_hooks(const std::string &event_name)EventHandler
remove_hooks_with(void *data)EventHandler
TypedObject()=default (defined in TypedObject)TypedObjectinline
TypedObject(const TypedObject &copy)=default (defined in TypedObject)TypedObjectinline
write(std::ostream &out) const (defined in EventHandler)EventHandler
~EventHandler() (defined in EventHandler)EventHandlerinline
~TypedObject() (defined in TypedObject)TypedObjectvirtual