#ifndef EDITOR_PROPERTIES_H
#define EDITOR_PROPERTIES_H
#include "editor/editor_inspector.h"
class CheckBox;
class ColorPickerButton;
class CreateDialog;
class EditorFileDialog;
class EditorLocaleDialog;
class EditorResourcePicker;
class EditorSpinSlider;
class MenuButton;
class PropertySelector;
class SceneTreeDialog;
class TextEdit;
class TextureButton;
class EditorPropertyNil : public EditorProperty { … };
class EditorPropertyText : public EditorProperty { … };
class EditorPropertyMultilineText : public EditorProperty { … };
class EditorPropertyTextEnum : public EditorProperty { … };
class EditorPropertyPath : public EditorProperty { … };
class EditorPropertyLocale : public EditorProperty { … };
class EditorPropertyClassName : public EditorProperty { … };
class EditorPropertyCheck : public EditorProperty { … };
class EditorPropertyEnum : public EditorProperty { … };
class EditorPropertyFlags : public EditorProperty { … };
class EditorPropertyLayersGrid : public Control { … };
class EditorPropertyLayers : public EditorProperty { … };
class EditorPropertyInteger : public EditorProperty { … };
class EditorPropertyObjectID : public EditorProperty { … };
class EditorPropertySignal : public EditorProperty { … };
class EditorPropertyCallable : public EditorProperty { … };
class EditorPropertyFloat : public EditorProperty { … };
class EditorPropertyEasing : public EditorProperty { … };
class EditorPropertyRect2 : public EditorProperty { … };
class EditorPropertyRect2i : public EditorProperty { … };
class EditorPropertyPlane : public EditorProperty { … };
class EditorPropertyQuaternion : public EditorProperty { … };
class EditorPropertyAABB : public EditorProperty { … };
class EditorPropertyTransform2D : public EditorProperty { … };
class EditorPropertyBasis : public EditorProperty { … };
class EditorPropertyTransform3D : public EditorProperty { … };
class EditorPropertyProjection : public EditorProperty { … };
class EditorPropertyColor : public EditorProperty { … };
class EditorPropertyNodePath : public EditorProperty { … };
class EditorPropertyRID : public EditorProperty { … };
class EditorPropertyResource : public EditorProperty { … };
class EditorInspectorDefaultPlugin : public EditorInspectorPlugin { … };
#endif