3#include <Foundation/Basics.h>
4#include <GuiFoundation/PropertyGrid/PropertyBaseWidget.moc.h>
5#include <GuiFoundation/Widgets/DoubleSpinBox.moc.h>
6#include <RendererCore/AnimationSystem/EditableSkeleton.h>
20 void onBeginTemporary();
21 void onEndTemporary();
22 void SlotValueChanged();
25 virtual void OnInit()
override;
26 virtual void InternalSetValue(
const plVariant& value)
override;
28 bool m_bTemporaryCommand =
false;
29 QHBoxLayout* m_pLayout =
nullptr;
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