Qudi
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
automationgui.AutomationGui Class Reference

Graphical interface for arranging tasks without using Python code. More...

Inheritance diagram for automationgui.AutomationGui:
Inheritance graph
[legend]
Collaboration diagram for automationgui.AutomationGui:
Collaboration graph
[legend]

Public Member Functions

def on_activate (self)
 Create all UI objects and show the window.
 
def show (self)
 Make sure that the window is visible and at the top.
 
def on_deactivate (self)
 Hide window and stop ipython console.
 

Public Attributes

 logic
 

Static Public Attributes

 automationlogic = Connector(interface='AutomationLogic')
 declare connectors
 
 sigRunTaskFromList = QtCore.Signal(object)
 
 sigPauseTaskFromList = QtCore.Signal(object)
 
 sigStopTaskFromList = QtCore.Signal(object)
 

Detailed Description

Graphical interface for arranging tasks without using Python code.


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