25 #ifndef __DETAILSLIDE_H
26 #define __DETAILSLIDE_H
29 #include <wx/dialog.h>
37 PopUpDSlide(wxWindow* parent, wxWindowID
id, ChartTypeEnum ChartType,
38 ChartFamilyEnum ChartF,
const wxPoint& pos = wxDefaultPosition,
39 const wxSize& size = wxDefaultSize,
long style = 0,
40 const wxString& title = _T(
""));
45 bool Create(wxWindow* parent, wxWindowID
id, ChartTypeEnum ChartType,
46 ChartFamilyEnum ChartF,
const wxPoint& pos,
const wxSize& size,
47 long style,
const wxString& title);
49 void OnCancelClick(wxCommandEvent& event);
50 void OnKeyDown(wxKeyEvent& event);
51 void OnMove(wxMoveEvent& event);
52 void OnChangeValue(wxScrollEvent& event);
53 void OnClose(wxCloseEvent& event);
55 wxSlider* m_p_DetailSlider;
59 ChartTypeEnum ChartType;
60 ChartFamilyEnum ChartFam;