Struct StoreSequence

Inheritance Relationships

Base Types

Struct Documentation

struct StoreSequence : public SmartPeak::SequenceProcessor, public SmartPeak::IFilePickerHandler

Public Functions

virtual bool onFilePicked(const std::filesystem::path &filename, ApplicationHandler *application_handler) override

IFilePickerHandler

StoreSequence() = default
inline explicit StoreSequence(SequenceHandler &sh)
virtual void doProcess(Filenames &filenames_I) override

Sequence handler, used by all SequenceProcessor derived classes.

inline virtual std::string getName() const override

Get the processor struct name

inline virtual std::string getDescription() const override

Get the processor struct description

virtual void getFilenames(Filenames &filenames) const override

add files handled by the processor to the Filnames instance