Qudi
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
qdplottergui.QdplotterGui Class Reference

FIXME Please document. More...

Inheritance diagram for qdplottergui.QdplotterGui:
Inheritance graph
[legend]
Collaboration diagram for qdplottergui.QdplotterGui:
Collaboration graph
[legend]

Public Member Functions

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.
 

Public Attributes

 curves
 

Static Public Attributes

 qdplotlogic1 = Connector(interface='QdplotLogic')
 
 sigStartCounter = QtCore.Signal()
 
 sigStopCounter = QtCore.Signal()
 

Detailed Description

FIXME Please document.


The documentation for this class was generated from the following file: