7 #ifndef GDCORE_OBJECTGROUP_H
8 #define GDCORE_OBJECTGROUP_H
12 #include "GDCore/String.h"
15 class SerializerElement;
79 std::vector<gd::String> memberObjects;
Represents an object group.
Definition: ObjectGroup.h:28
const std::vector< gd::String > & GetAllObjectsNames() const
Get a vector with objects names.
Definition: ObjectGroup.h:64
const gd::String & GetName() const
Get group name.
Definition: ObjectGroup.h:55
void SetName(const gd::String &name_)
Change group name.
Definition: ObjectGroup.h:59
A generic container that can represent a value ( containing a string, double, bool or int),...
Definition: SerializerElement.h:37
String represents an UTF8 encoded string.
Definition: String.h:33
Definition: CommonTools.h:24