|
ifw-fcf
5.0.0-pre2
|
Public Member Functions | |
| def | __init__ (self) |
| def | setLayoutIndex (self, index) |
| def | updateLayoutIndex (self, index) |
| def | getLayoutIndex (self) |
| def | createWidget (self, title, label_y) |
| def | disablePlot (self) |
| def | addValue (self, value) |
| def | addMark (self, text) |
| def | removeMarks (self) |
| def | getPlotWidget (self) |
| def | resetPlot (self) |
| def | plotAccumulated (self) |
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 | |||
| ) |