5#ifndef MIDDAY_COMMANDER_MOVEACTION_H
6#define MIDDAY_COMMANDER_MOVEACTION_H
8#include "../ForEachAction.h"
15 [[nodiscard]] std::unique_ptr<Action>
clone()
const override;
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
An Action that moves all Entries in State.selected to FileView.wd.
Definition: MoveAction.h:13
void executeAction(FileView &, std::shared_ptr< Entry >) override
Definition: MoveAction.cpp:7
std::unique_ptr< Action > clone() const override
Definition: MoveAction.cpp:11