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(*args, **kwargs)[source]

Bases: Action

__init__(overlayList, displayCtx, plotPanel)[source]

Create an Action.

Parameters:
  • overlayList – The OverlayList.

  • displayCtx – The DisplayContext associated with this Action; note that this is not necessarily the master DisplayContext.

  • func – The action function.

  • name – Action name. Defaults to func.__name__.

  • instance – Reference to the object that owns func. If not provided, it is assumed that this Action object owns func.

Note

If an Action encapsulates a method of an ActionProvider instance, it is assumed that the name is the name of the method on the instance.

__doExport()
__annotations__ = {}
__module__ = 'fsleyes.actions.exportdataseries'