ifw-fcf  2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
pymotgui.plotmgr.Plot Class Reference

Plot class. More...

Inheritance diagram for pymotgui.plotmgr.Plot:

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
 

Detailed Description

Plot class.

This class handles all parameters for a single plot.

Constructor & Destructor Documentation

def pymotgui.plotmgr.Plot.__init__ (   self)

Member Function Documentation

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 
)

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