Test.TesterDialog#
ファイル名: TesterDialog.py
処理内容:
開発者用の設定変更ダイアログ
Copyright (c) 2017-2024, SAXS Team, KEK-PF
- class LogDiffDialog(parent, title)#
Bases:
Dialog
Initialize a dialog.
- Parameters:
window (parent -- a parent)
title (title -- the dialog)
- 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.
- show()#
- class TesterDialog(parent, title)#
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(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
- clear_settings()#
- get_last_report_folder()#
- get_previous_compare_folder()#
- get_restart_info()#
- get_restart_info_v2(last_successful_log, repo_dirs)#
- previous_results_exist()#
- rename_previous_results()#
- show()#
- test_all()#
- to_be_conitued_reports_dir_exists()#
- v2_result_folder_tracer(*args)#
- validate()#
validate the data
This method is called automatically to validate the data before the dialog is destroyed. By default, it always validates OK.
- get_home_folder_for_test()#