Home
last modified time | relevance | path

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

/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dtile_set_editor_plugin.cpp549 spin_z_index = memnew(SpinBox); in TileSetEditor()
550 spin_z_index->set_min(VS::CANVAS_ITEM_Z_MIN); in TileSetEditor()
551 spin_z_index->set_max(VS::CANVAS_ITEM_Z_MAX); in TileSetEditor()
552 spin_z_index->set_step(1); in TileSetEditor()
555 spin_z_index->hide(); in TileSetEditor()
556 toolbar->add_child(spin_z_index); in TileSetEditor()
814 spin_z_index->hide(); in _on_edit_mode_changed()
838 spin_z_index->hide(); in _on_edit_mode_changed()
883 spin_z_index->hide(); in _on_edit_mode_changed()
887 spin_z_index->hide(); in _on_edit_mode_changed()
[all …]
H A Dtile_set_editor_plugin.h156 SpinBox *spin_z_index; variable
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dtile_set_editor_plugin.cpp549 spin_z_index = memnew(SpinBox); in TileSetEditor()
550 spin_z_index->set_min(VS::CANVAS_ITEM_Z_MIN); in TileSetEditor()
551 spin_z_index->set_max(VS::CANVAS_ITEM_Z_MAX); in TileSetEditor()
552 spin_z_index->set_step(1); in TileSetEditor()
555 spin_z_index->hide(); in TileSetEditor()
556 toolbar->add_child(spin_z_index); in TileSetEditor()
814 spin_z_index->hide(); in _on_edit_mode_changed()
838 spin_z_index->hide(); in _on_edit_mode_changed()
883 spin_z_index->hide(); in _on_edit_mode_changed()
887 spin_z_index->hide(); in _on_edit_mode_changed()
[all …]
H A Dtile_set_editor_plugin.h156 SpinBox *spin_z_index; variable