7 #ifndef GDCORE_CUSTOMOBJECTVARIANTRESETTER_H
8 #define GDCORE_CUSTOMOBJECTVARIANTRESETTER_H
10 #include "GDCore/IDE/Project/ArbitraryObjectsWorker.h"
11 #include "GDCore/String.h"
29 : objectType(objectType_), variantName(variantName_){};
33 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:29
Base class used to represents a behavior that can be applied to an object. It stores the content (i....
Definition: Behavior.h:24
Make the objects of a given custom object type that use a given variant use the default variant inste...
Definition: CustomObjectVariantResetter.h:25
Represent an object of a platform.
Definition: Object.h:39
String represents an UTF8 encoded string.
Definition: String.h:33
Definition: CommonTools.h:24