3#include <GuiFoundation/GuiFoundationDLL.h>
5#include <Foundation/Configuration/Singleton.h>
6#include <Foundation/Configuration/Startup.h>
7#include <Foundation/Serialization/AbstractObjectGraph.h>
8#include <Foundation/Types/RefCounted.h>
9#include <GuiFoundation/PropertyGrid/PropertyBaseWidget.moc.h>
10#include <ToolsFoundation/Object/DocumentObjectBase.h>
11#include <ToolsFoundation/Reflection/ReflectedType.h>
Definition DocumentObjectBase.h:11
Definition HashTable.h:333
A hybrid array uses in-place storage to handle the first few elements without any allocation....
Definition HybridArray.h:12
Describes the current meta state of a property for display purposes in the property grid.
Definition PropertyMetaState.h:15
Visibility
Definition PropertyMetaState.h:17
@ Invisible
Hides the property entirely.
Definition PropertyMetaState.h:19
@ Default
Displayed normally, for editing (unless the property is read-only)
Definition PropertyMetaState.h:18
@ Disabled
Definition PropertyMetaState.h:20