ui.dialogs.layers package¶
Submodules¶
ui.dialogs.layers.add_fracture module¶
Dialog for adding fracture to interface.
- class ui.dialogs.layers.add_fracture.AddFractureDlg(parent: QWidget = None, flags: Union[Qt.WindowFlags, Qt.WindowType] = Qt.WindowFlags())¶
Bases:
QDialog
- frac_name_changed(name)¶
Called when Region Line Edit is changed.
- classmethod is_unique_frac_name(name)¶
Return False in the case of colision with an existing region name.
- set_default_name()¶
Set default name if it seems to be default name.
ui.dialogs.layers.append_layer module¶
Dialog for appending new layer to the end.
- class ui.dialogs.layers.append_layer.AppendLayerDlg(parent: QWidget = None, flags: Union[Qt.WindowFlags, Qt.WindowType] = Qt.WindowFlags())¶
Bases:
QDialog
- accept()¶
Accepts the form if elevation data fields are valid. :return: None
- fill_surface(interface)¶
Fill set surface
- classmethod is_unique_layer_name(lay_name)¶
Return False in the case of colision with an existing region name.
- lay_name_changed(name)¶
Called when Region Line Edit is changed.
- set_default_name()¶
Set default name if it seems to be default name.
ui.dialogs.layers.layers_helpers module¶
Dialogs for settings text name property or elevation
- class ui.dialogs.layers.layers_helpers.LayersHelpers¶
Bases:
object
- static add_surface_to_grid(dialog, grid, row, interface=None)¶
Add surface structure to grid
- static fill_surface(dialog, interface)¶
Return surface
- static split_type_combo(copy_block)¶
Get combo box with layer splitting types
- static validate_depth(edit, validator, dialog)¶
Try validate elevation parameter. If problem occured, display error and return False
ui.dialogs.layers.report_operations module¶
- class ui.dialogs.layers.report_operations.ReportOperationsDlg(title, messages, parent)¶
Bases:
QMessageBox
Information dialog for layers
ui.dialogs.layers.set_property module¶
Dialogs for settings text name property or elevation
- class ui.dialogs.layers.set_property.SetNameDlg(parent: QWidget = None, flags: Union[Qt.WindowFlags, Qt.WindowType] = Qt.WindowFlags())¶
Bases:
QDialog
ui.dialogs.layers.split_layer module¶
Dialog for appending new layer to the end.
- class ui.dialogs.layers.split_layer.SplitLayerDlg(parent: QWidget = None, flags: Union[Qt.WindowFlags, Qt.WindowType] = Qt.WindowFlags())¶
Bases:
QDialog
- accept()¶
Accepts the form if elevation data fields are valid. :return: None
- fill_surface(interface)¶
Fill set surface
- classmethod is_unique_layer_name(lay_name)¶
Return False in the case of colision with an existing region name.
- lay_name_changed(name)¶
Called when Region Line Edit is changed.
- set_default_name()¶
Set default name if it seems to be default name.