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