extends Window func _on_psl_click_signal() -> void: self.show() $"../stationKeys".show() $"../stationKeys".shouAllKeys() hidePSLAllowHandleKey() hideInterlockReleaseSwitchHandleKey() func _on_close_requested(): self.hide() func shouPSLAllowHandleKey(): $PanelContainer/VBoxContainer/MarginContainer/GridContainer/PSLAllow.shouHandleKey() func hidePSLAllowHandleKey(): $PanelContainer/VBoxContainer/MarginContainer/GridContainer/PSLAllow.hideHandleKey() func shouInterlockReleaseSwitchHandleKey(): $PanelContainer/VBoxContainer/MarginContainer/GridContainer/InterlockReleaseSwitch.shouHandleKey() func hideInterlockReleaseSwitchHandleKey(): $PanelContainer/VBoxContainer/MarginContainer/GridContainer/InterlockReleaseSwitch.hideHandleKey() func onHandleSignal(openLight: bool, keySwitch: Variant) -> void: print(openLight,keySwitch,666)