Home
last modified time | relevance | path

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

/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Deditor_inspector.h174 struct AddedEditor { struct
180 List<AddedEditor> added_editors; argument
H A Deditor_inspector.cpp885 AddedEditor ae; in add_custom_control()
894 AddedEditor ae; in add_property_editor()
902 AddedEditor ae; in add_property_editor_for_multiple_properties()
1356 …for (List<EditorInspectorPlugin::AddedEditor>::Element *F = ped->added_editors.front(); F; F = F->… in _parse_added_editors()
1740 …List<EditorInspectorPlugin::AddedEditor> editors = ped->added_editors; //make a copy, since plugin… in update_tree()
1743 for (List<EditorInspectorPlugin::AddedEditor>::Element *F = editors.front(); F; F = F->next()) { in update_tree()
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Deditor_inspector.h174 struct AddedEditor { struct
180 List<AddedEditor> added_editors; argument
H A Deditor_inspector.cpp885 AddedEditor ae; in add_custom_control()
894 AddedEditor ae; in add_property_editor()
902 AddedEditor ae; in add_property_editor_for_multiple_properties()
1356 …for (List<EditorInspectorPlugin::AddedEditor>::Element *F = ped->added_editors.front(); F; F = F->… in _parse_added_editors()
1740 …List<EditorInspectorPlugin::AddedEditor> editors = ped->added_editors; //make a copy, since plugin… in update_tree()
1743 for (List<EditorInspectorPlugin::AddedEditor>::Element *F = editors.front(); F; F = F->next()) { in update_tree()