6 #ifndef GDCORE_NAMEDPROPERTYDESCRIPTOR
7 #define GDCORE_NAMEDPROPERTYDESCRIPTOR
9 #include "GDCore/Project/PropertyDescriptor.h"
10 #include "GDCore/String.h"
12 class SerializerElement;
Used to describe a property shown in a property grid.
Definition: NamedPropertyDescriptor.h:21
NamedPropertyDescriptor & SetName(gd::String newName)
Change the name of the property.
Definition: NamedPropertyDescriptor.h:39
NamedPropertyDescriptor()
Empty constructor creating an empty property to be displayed.
Definition: NamedPropertyDescriptor.h:26
const gd::String & GetName() const
Get the name of the property.
Definition: NamedPropertyDescriptor.h:47
Used to describe a property shown in a property grid.
Definition: PropertyDescriptor.h:25
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