ifw-fcf  5.0.0-pre2
Public Member Functions | List of all members
pymotgui.plotmgr.Plot Class Reference

Plot class. More...

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)
 

Detailed Description

Plot class.

This class handles all parameters for a single plot.

Constructor & Destructor Documentation

◆ __init__()

def pymotgui.plotmgr.Plot.__init__ (   self)

Member Function Documentation

◆ addMark()

def pymotgui.plotmgr.Plot.addMark (   self,
  text 
)

◆ addValue()

def pymotgui.plotmgr.Plot.addValue (   self,
  value 
)

◆ createWidget()

def pymotgui.plotmgr.Plot.createWidget (   self,
  title,
  label_y 
)

◆ disablePlot()

def pymotgui.plotmgr.Plot.disablePlot (   self)

◆ getLayoutIndex()

def pymotgui.plotmgr.Plot.getLayoutIndex (   self)

◆ getPlotWidget()

def pymotgui.plotmgr.Plot.getPlotWidget (   self)

◆ plotAccumulated()

def pymotgui.plotmgr.Plot.plotAccumulated (   self)

◆ removeMarks()

def pymotgui.plotmgr.Plot.removeMarks (   self)

◆ resetPlot()

def pymotgui.plotmgr.Plot.resetPlot (   self)

◆ setLayoutIndex()

def pymotgui.plotmgr.Plot.setLayoutIndex (   self,
  index 
)

◆ updateLayoutIndex()

def pymotgui.plotmgr.Plot.updateLayoutIndex (   self,
  index 
)

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