FLImaging 6.7.1.3
GUIPropertyItemDraggableSpin.h
1#pragma once
2#include "GUIPropertyItemSliderBase.h"
3
11
13namespace FLImaging
14{
16 namespace GUI
17 {
26 {
27 friend class CGUIPropertyGridPropertyDraggableSpin;
28
29 public:
40
48
49
59 virtual CMFCPropertyGridProperty* CreateGridProperty() override;
60
61 virtual bool SetValue(Base::CFLString<wchar_t> strValue, bool bInvokeCallback = true) override;
62
63 protected:
64 SVariant m_varValue;
65 };
66 }
67}
68
Template type string class.
Definition FLString.h:34
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 GUIDefinitions.h:10205