35#ifndef PausableFilter_h
36#define PausableFilter_h
49 const std::string& color,
51 Unit xunit = Unit::UNIT_FS);
54 virtual std::vector<std::string>
EnumActions()
override;
Declaration of ActionProvider.
Abstract base for objects (usually filters) which provide a series of actions a user can perform.
Definition: ActionProvider.h:48
Abstract base class for all filter graph blocks which are not physical instrument channels.
Definition: Filter.h:95
Category
Category the filter should be displayed under in the GUI.
Definition: Filter.h:108
A filter which may be started and stopped.
Definition: PausableFilter.h:46
virtual bool PerformAction(const std::string &id) override
Perform a specific action.
Definition: PausableFilter.cpp:86
virtual std::vector< std::string > EnumActions() override
Return a list of all actions which may be performed on the object.
Definition: PausableFilter.cpp:59
A unit of measurement, plus conversion to pretty-printed output.
Definition: Unit.h:57