Frame for the "Advanced Options" button.
|
__init__(self,
master,
key,
win,
mdc_callback,
adv_dialog_class,
is_annealing,
is_replica_exchange,
app)
See class docstring. |
|
|
|
updateDialogKeys(self)
Update the keys of the dialog from the options. |
|
|
|
|
|
model_changed_callback(self,
model) |
|
|
|
closeDialog(self)
Close the advanced options dialog. |
|
|
|
|
|
okPressed(self)
Called when the "OK" button of the advanced dialog is
pressed. |
|
|
|
applySettings(self)
Called when the "Apply" button of the advanced dialog is
pressed. |
|
|
|
cancelPressed(self)
Called when the "Cancel" button of the advanced dialog is
pressed. |
|
|
|
|
|
|
|
|
|
|