42 PopUpDSlide(wxWindow* parent, wxWindowID
id, ChartTypeEnum ChartType,
43 ChartFamilyEnum ChartF,
const wxPoint& pos = wxDefaultPosition,
44 const wxSize& size = wxDefaultSize,
long style = 0,
45 const wxString& title =
"");
50 bool Create(wxWindow* parent, wxWindowID
id, ChartTypeEnum ChartType,
51 ChartFamilyEnum ChartF,
const wxPoint& pos,
const wxSize& size,
52 long style,
const wxString& title);
54 void OnCancelClick(wxCommandEvent& event);
55 void OnKeyDown(wxKeyEvent& event);
56 void OnMove(wxMoveEvent& event);
57 void OnChangeValue(wxScrollEvent& event);
58 void OnClose(wxCloseEvent& event);
60 wxSlider* m_p_DetailSlider;
64 ChartTypeEnum ChartType;
65 ChartFamilyEnum ChartFam;