Home
last modified time | relevance | path

Searched refs:_get_base_type (Results 1 – 13 of 13) sorted by relevance

/dports/devel/godot/godot-3.2.3-stable/modules/visual_script/
H A Dvisual_script_yield_nodes.cpp283 StringName VisualScriptYieldSignal::_get_base_type() const { in _get_base_type() function in VisualScriptYieldSignal
307 if (!ClassDB::get_signal(_get_base_type(), signal, &sr)) in get_output_value_port_count()
330 if (!ClassDB::get_signal(_get_base_type(), signal, &sr)) in get_output_value_port_info()
352 return " " + _get_base_type() + "." + String(signal) + "()"; in get_text()
443 ClassDB::get_signal_list(_get_base_type(), &methods); in _validate_property()
H A Dvisual_script_func_nodes.h70 StringName _get_base_type() const;
180 StringName _get_base_type() const;
271 StringName _get_base_type() const;
H A Dvisual_script_yield_nodes.h105 StringName _get_base_type() const; in VARIANT_ENUM_CAST()
H A Dvisual_script_func_nodes.cpp113 StringName VisualScriptFunctionCall::_get_base_type() const { in _get_base_type() function in VisualScriptFunctionCall
134 MethodBind *mb = ClassDB::get_method(_get_base_type(), function); in get_input_value_port_count()
154 MethodBind *mb = ClassDB::get_method(_get_base_type(), function); in get_output_value_port_count()
205 MethodBind *mb = ClassDB::get_method(_get_base_type(), function); in get_input_value_port_info()
643 MethodBind *mb = ClassDB::get_method(_get_base_type(), function); in _validate_property()
989 StringName VisualScriptPropertySet::_get_base_type() const { in _get_base_type() function in VisualScriptPropertySet
1042 ClassDB::get_property_list(_get_base_type(), &props, false); in get_input_value_port_info()
1769 StringName VisualScriptPropertyGet::_get_base_type() const { in _get_base_type() function in VisualScriptPropertyGet
1811 ClassDB::get_property_list(_get_base_type(), &props, false); in get_output_value_port_info()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/visual_script/
H A Dvisual_script_yield_nodes.cpp283 StringName VisualScriptYieldSignal::_get_base_type() const { in _get_base_type() function in VisualScriptYieldSignal
307 if (!ClassDB::get_signal(_get_base_type(), signal, &sr)) in get_output_value_port_count()
330 if (!ClassDB::get_signal(_get_base_type(), signal, &sr)) in get_output_value_port_info()
352 return " " + _get_base_type() + "." + String(signal) + "()"; in get_text()
443 ClassDB::get_signal_list(_get_base_type(), &methods); in _validate_property()
H A Dvisual_script_func_nodes.h70 StringName _get_base_type() const;
180 StringName _get_base_type() const;
271 StringName _get_base_type() const;
H A Dvisual_script_yield_nodes.h105 StringName _get_base_type() const; in VARIANT_ENUM_CAST()
H A Dvisual_script_func_nodes.cpp113 StringName VisualScriptFunctionCall::_get_base_type() const { in _get_base_type() function in VisualScriptFunctionCall
134 MethodBind *mb = ClassDB::get_method(_get_base_type(), function); in get_input_value_port_count()
154 MethodBind *mb = ClassDB::get_method(_get_base_type(), function); in get_output_value_port_count()
205 MethodBind *mb = ClassDB::get_method(_get_base_type(), function); in get_input_value_port_info()
643 MethodBind *mb = ClassDB::get_method(_get_base_type(), function); in _validate_property()
989 StringName VisualScriptPropertySet::_get_base_type() const { in _get_base_type() function in VisualScriptPropertySet
1042 ClassDB::get_property_list(_get_base_type(), &props, false); in get_input_value_port_info()
1769 StringName VisualScriptPropertyGet::_get_base_type() const { in _get_base_type() function in VisualScriptPropertyGet
1811 ClassDB::get_property_list(_get_base_type(), &props, false); in get_output_value_port_info()
/dports/devel/py-rope/rope-0.18.0/rope/base/
H A Dpyobjects.py71 def _get_base_type(name): member in PyObject
99 return PyObject._get_base_type(name)
/dports/devel/pytype/pytype-2021.9.9/pytype/overlays/
H A Denum_overlay.py293 def _get_base_type(self, bases): member in EnumMetaInit
315 return self._get_base_type(base_type_cls.bases())
379 base_type = self._get_base_type(cls.bases())
/dports/print/py-fontparts/fontParts-0.9.11/Lib/fontParts/base/
H A Dpoint.py129 def _get_base_type(self): member in BasePoint
H A Dsegment.py143 def _get_base_type(self): member in BaseSegment
H A DbPoint.py278 def _get_base_type(self): member in BaseBPoint