Module:
sdynpy.modal.sdynpy_smacSource: GitHub
Parent:
PyQt5.QtWidgets.QDialogParent:
PyQt5.QtWidgets.QWidgetParent:
PyQt5.QtCore.QObjectParent:
sip.wrapperParent:
PyQt5.QtGui.QPaintDeviceParent:
sip.simplewrapper
Signature¶
class sdynpy.modal.sdynpy_smac.AddRootDialog(parent)QDialog(parent: Optional[QWidget] = None, flags: Union[Qt.WindowFlags, Qt.WindowType] = Qt.WindowFlags())
Methods¶
| Name | Summary |
|---|---|
__init__ | Initialize self. See help(type(self)) for accurate signature. |
add_root | |
connect_callbacks | |
recompute_correlation | |
switch_log_plot | |
update_plot_range | |
update_range_selectors |
__init__¶
Source: GitHub
def sdynpy.modal.sdynpy_smac.AddRootDialog.__init__(self, parent)Initialize self. See help(type(self)) for accurate signature.
add_root¶
Source: GitHub
def sdynpy.modal.sdynpy_smac.AddRootDialog.add_root(parent)connect_callbacks¶
Source: GitHub
def sdynpy.modal.sdynpy_smac.AddRootDialog.connect_callbacks(self)recompute_correlation¶
Source: GitHub
def sdynpy.modal.sdynpy_smac.AddRootDialog.recompute_correlation(self)switch_log_plot¶
Source: GitHub
def sdynpy.modal.sdynpy_smac.AddRootDialog.switch_log_plot(self)update_plot_range¶
Source: GitHub
def sdynpy.modal.sdynpy_smac.AddRootDialog.update_plot_range(self)update_range_selectors¶
Source: GitHub
def sdynpy.modal.sdynpy_smac.AddRootDialog.update_range_selectors(self)