Home
last modified time | relevance | path

Searched refs:class_descr_cache (Results 1 – 8 of 8) sorted by relevance

/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Dproperty_editor.h190 Map<StringName, String> class_descr_cache; variable
H A Dproperty_editor.cpp2670 if (!class_descr_cache.has(type)) { in update_tree()
2678 class_descr_cache[type] = descr.word_wrap(80); in update_tree()
2681 sep->set_tooltip(0, TTR("Class:") + " " + p.name + ":\n\n" + class_descr_cache[type]); in update_tree()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Dproperty_editor.h190 Map<StringName, String> class_descr_cache; variable
H A Dproperty_editor.cpp2670 if (!class_descr_cache.has(type)) { in update_tree()
2678 class_descr_cache[type] = descr.word_wrap(80); in update_tree()
2681 sep->set_tooltip(0, TTR("Class:") + " " + p.name + ":\n\n" + class_descr_cache[type]); in update_tree()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Deditor_inspector.h295 Map<StringName, String> class_descr_cache; variable
H A Deditor_inspector.cpp1548 if (!class_descr_cache.has(type2)) { in update_tree()
1556 class_descr_cache[type2] = descr; in update_tree()
1559 …category->set_tooltip(p.name + "::" + (class_descr_cache[type2] == "" ? "" : class_descr_cache[typ… in update_tree()
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Deditor_inspector.h295 Map<StringName, String> class_descr_cache; variable
H A Deditor_inspector.cpp1548 if (!class_descr_cache.has(type2)) { in update_tree()
1556 class_descr_cache[type2] = descr; in update_tree()
1559 …category->set_tooltip(p.name + "::" + (class_descr_cache[type2] == "" ? "" : class_descr_cache[typ… in update_tree()