FLImaging 6.5.8.1
GUIPropertyItemDraggableSpin.h
1#pragma once
2#include "GUIPropertyItemSliderBase.h"
3
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 의 문자열 클래스
Definition INIUtilities.h:20
슬라이더 프로퍼티 아이템 클래스
Definition GUIPropertyItemDraggableSpin.h:26
virtual bool SetValue(Base::CFLString< wchar_t > strValue, bool bInvokeCallback=true) override
this에 값을 설정합니다.
CGUIPropertyItemDraggableSpin(ESliderTemplateType eTemplateType)
CGUIPropertyItemDraggableSpin 클래스의 생성자입니다.
virtual ~CGUIPropertyItemDraggableSpin()
CGUIPropertyItemDraggableSpin 클래스의 소멸자입니다.
virtual CMFCPropertyGridProperty * CreateGridProperty() override
슬라이더의 속성을 생성합니다.
슬라이더 프로퍼티 아이템의 베이스 클래스
Definition GUIPropertyItemSliderBase.h:28
ESliderTemplateType
슬라이더 자료형
Definition GUIDefinitions.h:9926