Home
last modified time | relevance | path

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

/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dtile_set_editor_plugin.h52 TOOL_TILESET_REMOVE_TEXTURE, enumerator
H A Dtile_set_editor_plugin.cpp310 … tileset_toolbar_buttons[TOOL_TILESET_REMOVE_TEXTURE]->set_icon(get_icon("Remove", "EditorIcons")); in _notification()
373 tileset_toolbar_buttons[TOOL_TILESET_REMOVE_TEXTURE] = memnew(ToolButton); in TileSetEditor()
374 …lbar_buttons[TOOL_TILESET_REMOVE_TEXTURE]->connect("pressed", this, "_on_tileset_toolbar_button_pr… in TileSetEditor()
375 tileset_toolbar_container->add_child(tileset_toolbar_buttons[TOOL_TILESET_REMOVE_TEXTURE]); in TileSetEditor()
376 …tileset_toolbar_buttons[TOOL_TILESET_REMOVE_TEXTURE]->set_tooltip(TTR("Remove selected Texture fro… in TileSetEditor()
675 case TOOL_TILESET_REMOVE_TEXTURE: { in _on_tileset_toolbar_button_pressed()
699 case TOOL_TILESET_REMOVE_TEXTURE: { in _on_tileset_toolbar_confirm()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dtile_set_editor_plugin.h52 TOOL_TILESET_REMOVE_TEXTURE, enumerator
H A Dtile_set_editor_plugin.cpp310 … tileset_toolbar_buttons[TOOL_TILESET_REMOVE_TEXTURE]->set_icon(get_icon("Remove", "EditorIcons")); in _notification()
373 tileset_toolbar_buttons[TOOL_TILESET_REMOVE_TEXTURE] = memnew(ToolButton); in TileSetEditor()
374 …lbar_buttons[TOOL_TILESET_REMOVE_TEXTURE]->connect("pressed", this, "_on_tileset_toolbar_button_pr… in TileSetEditor()
375 tileset_toolbar_container->add_child(tileset_toolbar_buttons[TOOL_TILESET_REMOVE_TEXTURE]); in TileSetEditor()
376 …tileset_toolbar_buttons[TOOL_TILESET_REMOVE_TEXTURE]->set_tooltip(TTR("Remove selected Texture fro… in TileSetEditor()
675 case TOOL_TILESET_REMOVE_TEXTURE: { in _on_tileset_toolbar_button_pressed()
699 case TOOL_TILESET_REMOVE_TEXTURE: { in _on_tileset_toolbar_confirm()