2#include "GUIPropertyItemSliderBase.h"
38 friend class CGUIPropertyGridPropertyDraggableSpin;
123 double m_f64DragValuePerPixel;
124 bool m_bDragValuePerPixelSet;
Template type 의 문자열 클래스
Definition FLString.h:34
virtual double GetDragValuePerPixel() const
컨트롤의 드래그 감도를 반환합니다.
virtual bool IsDragValuePerPixelSet() const
드래그 시 픽셀당 값 변화량이 명시적으로 설정되었는지 여부를 반환합니다.
virtual void SetDragValuePerPixel(double f64DragValuePerPixel)
컨트롤의 드래그 감도를 설정합니다. 이 값은 사용자가 마우스를 좌우로 드래그할 때 픽셀 이동당 값이 얼마나 변하는지를 결정합니다.
virtual bool SetValue(Base::CFLString< wchar_t > strValue, bool bInvokeCallback=true) override
this에 값을 설정합니다.
CGUIPropertyItemDraggableSpin(ESliderTemplateType eTemplateType)
CGUIPropertyItemDraggableSpin 클래스의 생성자입니다.
virtual ~CGUIPropertyItemDraggableSpin()
CGUIPropertyItemDraggableSpin 클래스의 소멸자입니다.
virtual CMFCPropertyGridProperty * CreateGridProperty() override
슬라이더의 속성을 생성합니다.
CGUIPropertyItemSliderBase(ESliderTemplateType eTemplateType)
CGUIPropertyItemSliderBase 클래스의 생성자입니다.
Definition D2DObject.h:12
ESliderTemplateType
슬라이더 자료형
Definition DefinitionsGUI.h:10348