8 class FL_EXPORT CGUISliderFloatingPoint :
public CGUISlider
11 CGUISliderFloatingPoint();
12 virtual ~CGUISliderFloatingPoint();
20 uint8_t m_u8DecimalPlace;
23 virtual BOOL Create(DWORD dwStyle,
const RECT& rect, CWnd* pParentWnd, UINT nID);
26 void SetRangeMin(
double f64Min, BOOL bRedraw = FALSE);
29 void SetRangeMax(
double f64Max, BOOL bRedraw = FALSE);
32 void SetRange(
double f64Min,
double f64Max, BOOL bRedraw = FALSE);
35 double GetRangeMax()
const;
38 double GetRangeMin()
const;
41 void GetRange(
double& f64Min,
double& f64Max)
const;
49 void SetUnit(
double f64Unit, BOOL bRedraw = FALSE);
56 double GetUnit()
const;
63 void SetValue(
double f64Value);
77 void SetDecimalPlace(uint8_t u8DecimalPlace);
84 uint8_t GetDecimalPlace()
const;
92 int32_t GetPosByValue(
double f64Value)
const;
100 double GetValueByPos(int32_t i32Pos)
const;
102 DECLARE_MESSAGE_MAP()
104 void OnNeedText(NMHDR* pnmh, LRESULT* pResult);
105 virtual BOOL PreTranslateMessage(MSG* pMsg);
@ SetRange
그래프 뷰의 표시 범위 지정