Home
last modified time | relevance | path

Searched refs:editor_property_map (Results 1 – 4 of 4) sorted by relevance

/dports/devel/godot/godot-3.2.3-stable/editor/
H A Deditor_inspector.cpp1388 if (!editor_property_map.has(prop)) { in _parse_added_editors()
1389 editor_property_map[prop] = List<EditorProperty *>(); in _parse_added_editors()
1391 editor_property_map[prop].push_back(ep); in _parse_added_editors()
1769 if (!editor_property_map.has(prop)) { in update_tree()
1772 editor_property_map[prop].push_back(ep); in update_tree()
1828 if (!editor_property_map.has(p_prop)) in update_property()
1844 editor_property_map.clear(); in _clear()
2006 if (autoclear && editor_property_map.has(p_name)) { in _edit_set()
2063 if (editor_property_map.has(p_name)) { in _edit_set()
2154 if (editor_property_map.has(p_path)) { in _property_checked()
[all …]
H A Deditor_inspector.h264 Map<StringName, List<EditorProperty *> > editor_property_map; variable
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Deditor_inspector.cpp1388 if (!editor_property_map.has(prop)) { in _parse_added_editors()
1389 editor_property_map[prop] = List<EditorProperty *>(); in _parse_added_editors()
1391 editor_property_map[prop].push_back(ep); in _parse_added_editors()
1769 if (!editor_property_map.has(prop)) { in update_tree()
1772 editor_property_map[prop].push_back(ep); in update_tree()
1828 if (!editor_property_map.has(p_prop)) in update_property()
1844 editor_property_map.clear(); in _clear()
2006 if (autoclear && editor_property_map.has(p_name)) { in _edit_set()
2063 if (editor_property_map.has(p_name)) { in _edit_set()
2154 if (editor_property_map.has(p_path)) { in _property_checked()
[all …]
H A Deditor_inspector.h264 Map<StringName, List<EditorProperty *> > editor_property_map; variable