6 #ifndef GDCORE_REQUIREDBEHAVIORRENAMER_H
7 #define GDCORE_REQUIREDBEHAVIORRENAMER_H
11 #include "GDCore/IDE/Project/ArbitraryEventBasedBehaviorsWorker.h"
12 #include "GDCore/String.h"
30 : oldBehaviorType(oldBehaviorType_), newBehaviorType(newBehaviorType_){};
ArbitraryEventsFunctionsWorker is an abstract class used to browse event-based behaviors and do some ...
Definition: ArbitraryEventBasedBehaviorsWorker.h:29
Represents a behavior that is implemented with events.
Definition: EventsBasedBehavior.h:31
Rename the type of required behavior in event-based behaviors.
Definition: RequiredBehaviorRenamer.h:26
String represents an UTF8 encoded string.
Definition: String.h:33
Definition: CommonTools.h:24