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 properly.
|
| |
|
def | updateData (self) |
| | The function that grabs the data and sends it to the plot.
|
| |
|
def | start_clicked (self) |
| | Handling the Start button to stop and restart the counter.
|
| |
|
def | save_clicked (self) |
| | Handling the save button to save the data into a file.
|
| |
|
|
| plot1 |
| |
|
| plot2 |
| |
|
| curvearr |
| |
|
| smootharr |
| |
|
|
| simplelogic = Connector(interface='SimpleDataLogic') |
| | declare connectors
|
| |
|
| sigStart = QtCore.Signal() |
| |
|
| sigStop = QtCore.Signal() |
| |
The documentation for this class was generated from the following file:
- gui/simpledatagui/simpledatagui.py