◆ __init__()
def __init__ |
( |
|
self, |
|
|
|
plugin, |
|
|
|
parent = None |
|
) |
| |
◆ getDataTable()
Return a list of column labels and a list of column data lists for data export, or (None,None).
◆ paintEvent()
def paintEvent |
( |
|
self, |
|
|
|
e |
|
) |
| |
◆ setPlotObjectData()
def setPlotObjectData |
( |
|
self, |
|
|
|
obj |
|
) |
| |
Called when the data from the given PlotSceneObject should be passed to the graph widget.
This should call setUpdated().
◆ setShowLegend()
def setShowLegend |
( |
|
self, |
|
|
|
show = True , |
|
|
|
update = True |
|
) |
| |
Sets the legend visibility to `show' or updates it if already visible and `update' is True.
◆ setTitle()
def setTitle |
( |
|
self, |
|
|
|
title |
|
) |
| |
Sets the title to the given string and calls setUpdated().
◆ setUpdated()
◆ updateGraph()
Called by paintEvent() to trigger the graph to update itself based on stored data that has changed. This will
execute in the main thread.
◆ legend
◆ plugin
◆ title
◆ updatedData
The documentation for this class was generated from the following file: