Simulative.SimulationBridge#
Simulative.SimulationBridge.py
Copyright (c) 2024, SAXS Team, KEK-PF
- class PreparationProgress(parent, lrf_src)#
Bases:
Dialog
Initialize a dialog.
- Parameters:
window (parent -- a parent)
title (title -- the dialog)
- apply()#
process the data
This method is called automatically to process the data, after the dialog is destroyed. By default, it does nothing.
- ask_cancel()#
- body(body_frame)#
create dialog body.
return widget that should have initial focus. This method should be overridden, and is called by the __init__ method.
- buttonbox()#
add standard button box.
override if you do not want the standard buttons
- prepare(use_study=True)#
- progress_cb(progress)#
- show()#
- start_preparation()#
- update_progress()#
- user_cancel(ask=False)#
- simulation_bridge(lrf_src)#
- simulation_bridge_impl(parent, lrf_src)#