6 #ifndef InstructionsParameterMover_H
7 #define InstructionsParameterMover_H
11 #include "GDCore/IDE/Events/ArbitraryEventsWorker.h"
12 #include "GDCore/String.h"
33 std::size_t oldIndex_,
34 std::size_t newIndex_)
36 instructionType(instructionType_),
38 newIndex(newIndex_){};
43 bool isCondition)
override;
ArbitraryEventsWorker is an abstract class used to browse events (and instructions) and do some work ...
Definition: ArbitraryEventsWorker.h:111
An instruction is a member of an event: It can be a condition or an action.
Definition: Instruction.h:30
Reorder the parameters of the instruction with the specified type in events, moving the parameter at ...
Definition: InstructionsParameterMover.h:29
Base class representing a project (game), including all resources, scenes, objects,...
Definition: Project.h:51
String represents an UTF8 encoded string.
Definition: String.h:33
Definition: CommonTools.h:24