ObjectTypeDB Member List

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

_add_type() (defined in ObjectTypeDB)ObjectTypeDBinlinestatic
_create_ptr_func() (defined in ObjectTypeDB)ObjectTypeDBinlinestatic
add_compatibility_type(const StringName &p_type, const StringName &p_fallback) (defined in ObjectTypeDB)ObjectTypeDBstatic
add_property(StringName p_type, const PropertyInfo &p_pinfo, const StringName &p_setter, const StringName &p_getter, int p_index=-1) (defined in ObjectTypeDB)ObjectTypeDBstatic
add_resource_base_extension(const StringName &p_extension, const StringName &p_type) (defined in ObjectTypeDB)ObjectTypeDBstatic
add_signal(StringName p_type, const MethodInfo &p_signal) (defined in ObjectTypeDB)ObjectTypeDBstatic
add_virtual_method(const StringName &p_type, const MethodInfo &p_method, bool p_virtual=true) (defined in ObjectTypeDB)ObjectTypeDBstatic
bind_integer_constant(const StringName &p_type, const StringName &p_name, int p_constant) (defined in ObjectTypeDB)ObjectTypeDBstatic
bind_method(N p_method_name, M p_method) (defined in ObjectTypeDB)ObjectTypeDBinlinestatic
bind_method(N p_method_name, M p_method, const Variant &p_def1) (defined in ObjectTypeDB)ObjectTypeDBinlinestatic
bind_method(N p_method_name, M p_method, const Variant &p_def1, const Variant &p_def2) (defined in ObjectTypeDB)ObjectTypeDBinlinestatic
bind_method(N p_method_name, M p_method, const Variant &p_def1, const Variant &p_def2, const Variant &p_def3) (defined in ObjectTypeDB)ObjectTypeDBinlinestatic
bind_method(N p_method_name, M p_method, const Variant &p_def1, const Variant &p_def2, const Variant &p_def3, const Variant &p_def4) (defined in ObjectTypeDB)ObjectTypeDBinlinestatic
bind_method(N p_method_name, M p_method, const Variant &p_def1, const Variant &p_def2, const Variant &p_def3, const Variant &p_def4, const Variant &p_def5) (defined in ObjectTypeDB)ObjectTypeDBinlinestatic
bind_method(N p_method_name, M p_method, const Variant &p_def1, const Variant &p_def2, const Variant &p_def3, const Variant &p_def4, const Variant &p_def5, const Variant &p_def6) (defined in ObjectTypeDB)ObjectTypeDBinlinestatic
bind_native_method(uint32_t p_flags, const StringName &p_name, M p_method, const MethodInfo &p_info=MethodInfo(), const Vector< Variant > &p_default_args=Vector< Variant >()) (defined in ObjectTypeDB)ObjectTypeDBinlinestatic
can_instance(const StringName &p_type) (defined in ObjectTypeDB)ObjectTypeDBstatic
cleanup() (defined in ObjectTypeDB)ObjectTypeDBstatic
get_category(const StringName &p_node) (defined in ObjectTypeDB)ObjectTypeDBstatic
get_extensions_for_type(const StringName &p_type, List< String > *p_extensions) (defined in ObjectTypeDB)ObjectTypeDBstatic
get_inheriters_from(const StringName &p_type, List< StringName > *p_types) (defined in ObjectTypeDB)ObjectTypeDBstatic
get_integer_constant(const StringName &p_type, const StringName &p_name, bool *p_success=NULL) (defined in ObjectTypeDB)ObjectTypeDBstatic
get_integer_constant_list(const StringName &p_type, List< String > *p_constants, bool p_no_inheritance=false) (defined in ObjectTypeDB)ObjectTypeDBstatic
get_method(StringName p_type, StringName p_name) (defined in ObjectTypeDB)ObjectTypeDBstatic
get_method_list(StringName p_type, List< MethodInfo > *p_methods, bool p_no_inheritance=false) (defined in ObjectTypeDB)ObjectTypeDBstatic
get_property(Object *p_object, const StringName &p_property, Variant &r_value) (defined in ObjectTypeDB)ObjectTypeDBstatic
get_property_list(StringName p_type, List< PropertyInfo > *p_list, bool p_no_inheritance=false) (defined in ObjectTypeDB)ObjectTypeDBstatic
get_property_type(const StringName &p_type, const StringName &p_property, bool *r_is_valid=NULL) (defined in ObjectTypeDB)ObjectTypeDBstatic
get_resource_base_extensions(List< String > *p_extensions) (defined in ObjectTypeDB)ObjectTypeDBstatic
get_setter_and_type_for_property(const StringName &p_class, const StringName &p_prop, StringName &r_class, StringName &r_setter) (defined in ObjectTypeDB)ObjectTypeDBstatic
get_signal_list(StringName p_type, List< MethodInfo > *p_signals, bool p_no_inheritance=false) (defined in ObjectTypeDB)ObjectTypeDBstatic
get_type_list(List< StringName > *p_types) (defined in ObjectTypeDB)ObjectTypeDBstatic
get_virtual_methods(const StringName &p_type, List< MethodInfo > *p_methods, bool p_no_inheritance=false) (defined in ObjectTypeDB)ObjectTypeDBstatic
has_method(StringName p_type, StringName p_method, bool p_no_inheritance=false) (defined in ObjectTypeDB)ObjectTypeDBstatic
has_signal(StringName p_type, StringName p_signal) (defined in ObjectTypeDB)ObjectTypeDBstatic
init() (defined in ObjectTypeDB)ObjectTypeDBstatic
instance(const StringName &p_type) (defined in ObjectTypeDB)ObjectTypeDBstatic
is_type(const StringName &p_type, const StringName &p_inherits) (defined in ObjectTypeDB)ObjectTypeDBstatic
is_type_enabled(StringName p_type) (defined in ObjectTypeDB)ObjectTypeDBstatic
register_create_type() (defined in ObjectTypeDB)ObjectTypeDBinlinestatic
register_type() (defined in ObjectTypeDB)ObjectTypeDBinlinestatic
register_virtual_type() (defined in ObjectTypeDB)ObjectTypeDBinlinestatic
set_method_flags(StringName p_type, StringName p_method, int p_flags) (defined in ObjectTypeDB)ObjectTypeDBstatic
set_property(Object *p_object, const StringName &p_property, const Variant &p_value, bool *r_valid=NULL) (defined in ObjectTypeDB)ObjectTypeDBstatic
set_type_enabled(StringName p_type, bool p_enable) (defined in ObjectTypeDB)ObjectTypeDBstatic
type_exists(const StringName &p_type) (defined in ObjectTypeDB)ObjectTypeDBstatic
type_inherits_from(const StringName &p_type) (defined in ObjectTypeDB)ObjectTypeDBstatic