10 #include "GDCore/IDE/Project/ArbitraryObjectsWorker.h"
11 #include "GDCore/String.h"
28 : behaviorType(behaviorType_), oldName(oldName_), newName(newName_){};
ArbitraryObjectsWorker is an abstract class used to browse objects (and behaviors) and do some work o...
Definition: ArbitraryObjectsWorker.h:30
Base class used to represents a behavior that can be applied to an object. It stores the content (i....
Definition: Behavior.h:23
Rename a property in behaviors of all objects.
Definition: BehaviorPropertyRenamer.h:23
String represents an UTF8 encoded string.
Definition: String.h:33
Definition: CommonTools.h:24