RangeEditors.RangeEditorDialog#

RangeEditorDialog.py

Copyright (c) 2019-2024, SAXS Team, KEK-PF

class RangeEditorDialog(parent, title, sd, mapper, judge_holder, scrollable=False)#

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.

body(default_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(devel=False)#

add standard button box.

override if you do not want the standard buttons

cancel()#
get_conc_depend()#
is_ready()#
make_range_info(concentration_datatype)#
prepare(counter=None)#
save_the_figure(folder, analysis_name)#
show(counter=None)#
show_reset_from_log_dialog()#
try_image_save()#
user_cancel()#