39 PopUpDSlide(wxWindow* parent, wxWindowID
id, ChartTypeEnum ChartType,
40 ChartFamilyEnum ChartF,
const wxPoint& pos = wxDefaultPosition,
41 const wxSize& size = wxDefaultSize,
long style = 0,
42 const wxString& title = _T(
""));
47 bool Create(wxWindow* parent, wxWindowID
id, ChartTypeEnum ChartType,
48 ChartFamilyEnum ChartF,
const wxPoint& pos,
const wxSize& size,
49 long style,
const wxString& title);
51 void OnCancelClick(wxCommandEvent& event);
52 void OnKeyDown(wxKeyEvent& event);
53 void OnMove(wxMoveEvent& event);
54 void OnChangeValue(wxScrollEvent& event);
55 void OnClose(wxCloseEvent& event);
57 wxSlider* m_p_DetailSlider;
61 ChartTypeEnum ChartType;
62 ChartFamilyEnum ChartFam;