fsleyes.actions.exportdataseries¶
This module provides the ExportDataSeriesAction, which is used by
PlotPanel views to export data series to a text file.
-
class
fsleyes.actions.exportdataseries.ExportDataSeriesAction(overlayList, displayCtx, plotPanel)¶ Bases:
fsleyes.actions.base.Action-
__init__(overlayList, displayCtx, plotPanel)¶ Create an
Action.Parameters: - func – The action function.
- instance – Object associated with the function, if this
Actionis encapsulating an instance method. - name – Action name. Defaults to
func.__name__.
Note
If an
Actionencapsulates a method of anActionProviderinstance, it is assumed that thenameis the name of the method on the instance.
-
_ExportDataSeriesAction__doExport()¶
-
__module__= 'fsleyes.actions.exportdataseries'¶
-