fsleyes.actions.importdataseries
¶
This module provides the ImportDataSeriesAction
, which is used by
PlotPanel
views to import data series from a text file.
-
class
fsleyes.actions.importdataseries.
ImportDataSeriesAction
(overlayList, displayCtx, plotPanel)[source]¶ Bases:
fsleyes.actions.base.Action
-
__init__
(overlayList, displayCtx, plotPanel)[source]¶ Create an
Action
.- Parameters
overlayList – The
OverlayList
.displayCtx – The
DisplayContext
associated with thisAction
; note that this is not necessarily the masterDisplayContext
.func – The action function.
name – Action name. Defaults to
func.__name__
.
Note
If an
Action
encapsulates a method of anActionProvider
instance, it is assumed that thename
is the name of the method on the instance.
-
__doImport
()¶
-
__module__
= 'fsleyes.actions.importdataseries'¶
-