Home
last modified time | relevance | path

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

/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dtile_set_editor_plugin.h60 WORKSPACE_CREATE_SINGLE, enumerator
H A Dtile_set_editor_plugin.cpp314 tool_workspacemode[WORKSPACE_CREATE_SINGLE]->set_icon(get_icon("AddSingleTile", "EditorIcons")); in _notification()
427 tool_hb->move_child(spacer, WORKSPACE_CREATE_SINGLE); in TileSetEditor()
431 tool_hb->move_child(tools[SELECT_NEXT], WORKSPACE_CREATE_SINGLE); in TileSetEditor()
437 tool_hb->move_child(tools[SELECT_PREVIOUS], WORKSPACE_CREATE_SINGLE); in TileSetEditor()
444 tool_hb->move_child(separator_shape_selection, WORKSPACE_CREATE_SINGLE); in TileSetEditor()
1094 if (workspace_mode == WORKSPACE_CREATE_SINGLE) in _on_workspace_draw()
1354 if (workspace_mode != WORKSPACE_CREATE_SINGLE) { in _on_workspace_input()
2544 draw = workspace_mode != WORKSPACE_CREATE_SINGLE; in draw_edited_region_subdivision()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dtile_set_editor_plugin.h60 WORKSPACE_CREATE_SINGLE, enumerator
H A Dtile_set_editor_plugin.cpp314 tool_workspacemode[WORKSPACE_CREATE_SINGLE]->set_icon(get_icon("AddSingleTile", "EditorIcons")); in _notification()
427 tool_hb->move_child(spacer, WORKSPACE_CREATE_SINGLE); in TileSetEditor()
431 tool_hb->move_child(tools[SELECT_NEXT], WORKSPACE_CREATE_SINGLE); in TileSetEditor()
437 tool_hb->move_child(tools[SELECT_PREVIOUS], WORKSPACE_CREATE_SINGLE); in TileSetEditor()
444 tool_hb->move_child(separator_shape_selection, WORKSPACE_CREATE_SINGLE); in TileSetEditor()
1094 if (workspace_mode == WORKSPACE_CREATE_SINGLE) in _on_workspace_draw()
1354 if (workspace_mode != WORKSPACE_CREATE_SINGLE) { in _on_workspace_input()
2544 draw = workspace_mode != WORKSPACE_CREATE_SINGLE; in draw_edited_region_subdivision()