FIXME Please document.
More...
|
def | __init__ (self, config, kwargs) |
|
def | on_activate (self) |
| Definition and initialisation of the GUI.
|
|
def | show (self) |
| Make window visible and put it above all other windows.
|
|
def | on_deactivate (self) |
| Deactivate the module.
|
|
def | updateData (self) |
| Function creates empty plots, grabs the data and sends it to them.
|
|
def | updatePlot (self) |
|
def | save_clicked (self) |
| Handling the save button to save the data into a file.
|
|
def | domain_min_changed (self) |
| Handling the change of the domain minimum.
|
|
def | domain_max_changed (self) |
| Handling the change of the domain minimum.
|
|
def | range_min_changed (self) |
| Handling the change of range.
|
|
def | range_max_changed (self) |
| Handling the change of range.
|
|
def | fit_domain_to_data (self) |
| Set the domain to the min/max of the data values.
|
|
def | fit_range_to_data (self) |
| Set the range to the min/max of the data values.
|
|
def | h_label_changed (self) |
|
def | v_label_changed (self) |
|
def | restore_default_view (self) |
| Restore the arrangement of DockWidgets to the default.
|
|
|
| qdplotlogic1 = Connector(interface='QdplotLogic') |
|
| sigStartCounter = QtCore.Signal() |
|
| sigStopCounter = QtCore.Signal() |
|
The documentation for this class was generated from the following file:
- gui/qdplotter/qdplottergui.py