3#include <Foundation/Basics.h>
4#include <Foundation/Types/VarianceTypes.h>
5#include <GuiFoundation/PropertyGrid/PropertyBaseWidget.moc.h>
6#include <GuiFoundation/Widgets/DoubleSpinBox.moc.h>
20 void onBeginTemporary();
21 void onEndTemporary();
22 void SlotValueChanged();
23 void SlotVarianceChanged();
26 virtual void OnInit()
override;
27 virtual void InternalSetValue(
const plVariant& value)
override;
29 bool m_bTemporaryCommand =
false;
30 QHBoxLayout* m_pLayout =
nullptr;
32 QSlider* m_pVarianceWidget =
nullptr;
This is the base class for all properties that are members of a class. It provides more information a...
Definition AbstractProperty.h:237
A hybrid array uses in-place storage to handle the first few elements without any allocation....
Definition HybridArray.h:12
Definition DoubleSpinBox.moc.h:8
plVariant is a class that can store different types of variables, which is useful in situations where...
Definition Variant.h:44