Signals¶
- class sofia_redux.visualization.signals.Signals[source]¶
Bases:
QObject
Custom signals used in the Eye GUI.
Attributes Summary
Atrophy the view.
Atrophy the full background.
Partially atrophy the background.
Atrophy the controls.
Indicate the axis field has changed.
Indicate the axis limits have changed.
Indicate the axis scale has changed.
Indicate the axis unit has changed.
Clear fit values.
Indicate the controls have been updated.
Indicate the current pane has changed.
Indicate the cursor location has changed.
End cursor recording.
End the current zoom mode.
Remove a model.
Select a model.
Get a copy of the raw model.
Indicate hidden orders have changed.
Indicate enabled orders have changed.
Indicate the panes have been changed.
Refresh the file table.
Refresh the order list.
Toggle the fit visibility.
Unload the current reference model.
Update displayed reference lines.
Attributes Documentation
- atrophy¶
Atrophy the view.
- atrophy_bg_full¶
Atrophy the full background.
- atrophy_bg_partial¶
Partially atrophy the background.
- atrophy_controls¶
Atrophy the controls.
- axis_field_changed¶
Indicate the axis field has changed.
- axis_limits_changed¶
Indicate the axis limits have changed.
- axis_scale_changed¶
Indicate the axis scale has changed.
- axis_unit_changed¶
Indicate the axis unit has changed.
- clear_fit¶
Clear fit values.
- controls_updated¶
Indicate the controls have been updated.
- current_pane_changed¶
Indicate the current pane has changed.
- cursor_loc_changed¶
Indicate the cursor location has changed.
- end_cursor_recording¶
End cursor recording.
- end_zoom_mode¶
End the current zoom mode.
- model_removed¶
Remove a model.
- model_selected¶
Select a model.
- obtain_raw_model¶
Get a copy of the raw model.
- off_orders_changed¶
Indicate hidden orders have changed.
- on_orders_changed¶
Indicate enabled orders have changed.
- panes_changed¶
Indicate the panes have been changed.
- refresh_file_table¶
Refresh the file table.
- refresh_order_list¶
Refresh the order list.
- toggle_fit_visibility¶
Toggle the fit visibility.
- unload_reference_model¶
Unload the current reference model.
- update_reference_lines¶
Update displayed reference lines.