2#include <Process/Commands/ProcessCommandFactory.hpp>
4#include <score/command/AggregateCommand.hpp>
5#include <score/command/PropertyCommand.hpp>
6#include <score/model/path/PathSerialization.hpp>
19 SCORE_COMMAND_DECL(Process::CommandFactoryName(),
RelocateFilePath,
"Relocate a file")
21 using score::PropertyCommand::PropertyCommand;
53 SCORE_COMMAND_DECL(Process::CommandFactoryName(),
TrimProjectMedia,
"Trim media")
Definition RelocateFile.hpp:31
Definition RelocateFile.hpp:37
Definition RelocateFile.hpp:46
Points a QString path property at another file.
Definition RelocateFile.hpp:18
Allows for grouping of multiple commands in a single one.
Definition AggregateCommand.hpp:15
The PropertyCommand class.
Definition PropertyCommand.hpp:21
Base classes and tools to implement processes and layers.
Definition JSONVisitor.hpp:1115