2#include "GUIPropertyItemSliderBase.h"
38 friend class CGUIPropertyGridPropertyDraggableSpin;
123 double m_f64DragValuePerPixel;
124 bool m_bDragValuePerPixelSet;
Template type string class.
Definition FLString.h:34
virtual double GetDragValuePerPixel() const
Returns the drag sensitivity of the control.
virtual bool IsDragValuePerPixelSet() const
Returns whether the drag value-per-pixel setting has been explicitly specified.
virtual void SetDragValuePerPixel(double f64DragValuePerPixel)
Sets the drag sensitivity of the control. This value determines how much the numerical value changes ...
virtual bool SetValue(Base::CFLString< wchar_t > strValue, bool bInvokeCallback=true) override
Sets the value for this.
CGUIPropertyItemDraggableSpin(ESliderTemplateType eTemplateType)
Constructor for CGUIPropertyItemDraggableSpin class.
virtual ~CGUIPropertyItemDraggableSpin()
Destructor for CGUIPropertyItemDraggableSpin class.
virtual CMFCPropertyGridProperty * CreateGridProperty() override
Creates a property for the slider.
CGUIPropertyItemSliderBase(ESliderTemplateType eTemplateType)
Constructor for CGUIPropertyItemSliderBase class.
Definition D2DObject.h:12
ESliderTemplateType
Template type of slider.
Definition DefinitionsGUI.h:10348