ifw-fcf
2.0.0
|
Public Member Functions | |
def | __init__ |
def | setLayoutIndex |
def | updateLayoutIndex |
def | getLayoutIndex |
def | createWidget |
def | disablePlot |
def | addValue |
def | addMark |
def | removeMarks |
def | getPlotWidget |
def | resetPlot |
def | plotAccumulated |
Plot class.
This class handles all parameters for a single plot.
def pymotgui.plotmgr.Plot.__init__ | ( | self | ) |
def pymotgui.plotmgr.Plot.addMark | ( | self, | |
text | |||
) |
def pymotgui.plotmgr.Plot.addValue | ( | self, | |
value | |||
) |
def pymotgui.plotmgr.Plot.createWidget | ( | self, | |
title, | |||
label_y | |||
) |
def pymotgui.plotmgr.Plot.disablePlot | ( | self | ) |
def pymotgui.plotmgr.Plot.getLayoutIndex | ( | self | ) |
def pymotgui.plotmgr.Plot.getPlotWidget | ( | self | ) |
def pymotgui.plotmgr.Plot.plotAccumulated | ( | self | ) |
def pymotgui.plotmgr.Plot.removeMarks | ( | self | ) |
def pymotgui.plotmgr.Plot.resetPlot | ( | self | ) |
def pymotgui.plotmgr.Plot.setLayoutIndex | ( | self, | |
index | |||
) |
def pymotgui.plotmgr.Plot.updateLayoutIndex | ( | self, | |
index | |||
) |