Home
last modified time | relevance | path

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

/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dtile_set_editor_plugin.h88 SHAPE_DELETE, enumerator
H A Dtile_set_editor_plugin.cpp536 tools[SHAPE_DELETE] = memnew(ToolButton); in TileSetEditor()
537 tools[SHAPE_DELETE]->connect("pressed", this, "_on_tool_clicked", varray(SHAPE_DELETE)); in TileSetEditor()
538 toolbar->add_child(tools[SHAPE_DELETE]); in TileSetEditor()
800 tools[SHAPE_DELETE]->show(); in _on_edit_mode_changed()
803 tools[SHAPE_DELETE]->hide(); in _on_edit_mode_changed()
812 tools[SHAPE_DELETE]->set_tooltip(TTR("Delete selected Rect.")); in _on_edit_mode_changed()
829 tools[SHAPE_DELETE]->show(); in _on_edit_mode_changed()
836 tools[SHAPE_DELETE]->set_tooltip(TTR("Delete polygon.")); in _on_edit_mode_changed()
853 tools[SHAPE_DELETE]->hide(); in _on_edit_mode_changed()
874 tools[SHAPE_DELETE]->hide(); in _on_edit_mode_changed()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dtile_set_editor_plugin.h88 SHAPE_DELETE, enumerator
H A Dtile_set_editor_plugin.cpp536 tools[SHAPE_DELETE] = memnew(ToolButton); in TileSetEditor()
537 tools[SHAPE_DELETE]->connect("pressed", this, "_on_tool_clicked", varray(SHAPE_DELETE)); in TileSetEditor()
538 toolbar->add_child(tools[SHAPE_DELETE]); in TileSetEditor()
800 tools[SHAPE_DELETE]->show(); in _on_edit_mode_changed()
803 tools[SHAPE_DELETE]->hide(); in _on_edit_mode_changed()
812 tools[SHAPE_DELETE]->set_tooltip(TTR("Delete selected Rect.")); in _on_edit_mode_changed()
829 tools[SHAPE_DELETE]->show(); in _on_edit_mode_changed()
836 tools[SHAPE_DELETE]->set_tooltip(TTR("Delete polygon.")); in _on_edit_mode_changed()
853 tools[SHAPE_DELETE]->hide(); in _on_edit_mode_changed()
874 tools[SHAPE_DELETE]->hide(); in _on_edit_mode_changed()
[all …]