5#ifndef MIDDAY_COMMANDER_FOREACHACTION_H
6#define MIDDAY_COMMANDER_FOREACHACTION_H
An abstract class representing a general operation in the program.
Definition: Action.h:17
Represents a file view of the Application.
Definition: FileView.h:16
A base class for Actions that are supposed to iterate over State.selected.
Definition: ForEachAction.h:13
virtual void executeAction(FileView &, std::shared_ptr< Entry >)=0
void execute(FileView &, State &) override
Definition: ForEachAction.cpp:7
Holds the global state of the Application.
Definition: State.h:16