10 #include "GDCore/IDE/Project/ArbitraryObjectsWorker.h"
11 #include "GDCore/String.h"
27 : objectType(objectType_), oldName(oldName_), newName(newName_){};
31 void DoVisitObject(
gd::Object &
object)
override;
ArbitraryObjectsWorker is an abstract class used to browse objects (and behaviors) and do some work o...
Definition: ArbitraryObjectsWorker.h:30
Represent an object of a platform.
Definition: Object.h:38
Rename a property in all custom objects of a given type.
Definition: ObjectPropertyRenamer.h:23
String represents an UTF8 encoded string.
Definition: String.h:33
Definition: CommonTools.h:24