#include <GUIFrame.h>

Public Member Functions | |
| ChannelPanel (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(819,-1), long style=wxTAB_TRAVERSAL) | |
| ~ChannelPanel () | |
Protected Member Functions | |
| virtual void | OnCFThChanged (wxSpinEvent &event) |
| virtual void | OnCFWdtChanged (wxSpinEvent &event) |
| virtual void | OnPZChanged (wxSpinEvent &event) |
| virtual void | OnFGChanged (wxSpinEvent &event) |
| virtual void | OnSHChanged (wxSpinEvent &event) |
| virtual void | OnCGChanged (wxSpinEvent &event) |
| virtual void | OnCGTChanged (wxSpinEvent &event) |
| virtual void | OnInChanged (wxCommandEvent &event) |
| virtual void | OnSTRChanged (wxCommandEvent &event) |
| virtual void | OnWriteClicked (wxCommandEvent &event) |
| virtual void | OnReadClicked (wxCommandEvent &event) |
Protected Attributes | |
| wxStaticText * | m_channel_staticText |
| wxStaticText * | m_cfd_threshold_staticText |
| wxSpinCtrl * | m_cfd_threshold_spinCtrl |
| wxStaticText * | m_cfd30_out_width_staticText |
| wxSpinCtrl * | m_cfd30_out_width_spinCtrl |
| wxStaticText * | m_pole_zero_adj_staticText |
| wxSpinCtrl * | m_pole_zero_adj_spinCtrl |
| wxStaticText * | m_fine_gain_staticText |
| wxSpinCtrl * | m_fine_gain_spinCtrl |
| wxStaticText * | m_shaping_time_staticText |
| wxSpinCtrl * | m_shaping_time_spinCtrl |
| wxStaticText * | m_coarse_gain_staticText |
| wxSpinCtrl * | m_coarse_gain_spinCtrl |
| wxStaticText * | m_gain_timing_staticText |
| wxSpinCtrl * | m_gain_timing_spinCtrl |
| wxStaticText * | m_input_polarity_staticText |
| wxChoice * | m_input_polarity_choice |
| wxStaticText * | m_stretcher_enable_staticText |
| wxChoice * | m_stretcher_enable_choice |
| wxButton * | m_write_button |
| wxButton * | m_read_button |
Definition at line 167 of file GUIFrame.h.
| ChannelPanel::ChannelPanel | ( | wxWindow * | parent, | |
| wxWindowID | id = wxID_ANY, |
|||
| const wxPoint & | pos = wxDefaultPosition, |
|||
| const wxSize & | size = wxSize( 819,-1 ), |
|||
| long | style = wxTAB_TRAVERSAL | |||
| ) |
Definition at line 322 of file GUIFrame.cpp.
References ID_CF_TH, ID_CFD30_OUT_WIDTH, ID_COARSE_GAIN, ID_FINE_GAIN, ID_GAIN_TIMING, ID_POLE_ZERO_ADJ, ID_READ_BUTTON, ID_SHAPING_TIME, ID_WRITE_BUTTON, m_cfd30_out_width_spinCtrl, m_cfd30_out_width_staticText, m_cfd_threshold_spinCtrl, m_cfd_threshold_staticText, m_channel_staticText, m_coarse_gain_spinCtrl, m_coarse_gain_staticText, m_fine_gain_spinCtrl, m_fine_gain_staticText, m_gain_timing_spinCtrl, m_gain_timing_staticText, m_input_polarity_choice, m_input_polarity_staticText, m_pole_zero_adj_spinCtrl, m_pole_zero_adj_staticText, m_read_button, m_shaping_time_spinCtrl, m_shaping_time_staticText, m_stretcher_enable_choice, m_stretcher_enable_staticText, m_write_button, NULL, OnCFThChanged(), OnCFWdtChanged(), OnCGChanged(), OnCGTChanged(), OnFGChanged(), OnInChanged(), OnPZChanged(), OnReadClicked(), OnSHChanged(), OnSTRChanged(), and OnWriteClicked().
| ChannelPanel::~ChannelPanel | ( | ) |
Definition at line 532 of file GUIFrame.cpp.
References m_cfd30_out_width_spinCtrl, m_cfd_threshold_spinCtrl, m_coarse_gain_spinCtrl, m_fine_gain_spinCtrl, m_gain_timing_spinCtrl, m_input_polarity_choice, m_pole_zero_adj_spinCtrl, m_read_button, m_shaping_time_spinCtrl, m_stretcher_enable_choice, m_write_button, NULL, OnCFThChanged(), OnCFWdtChanged(), OnCGChanged(), OnCGTChanged(), OnFGChanged(), OnInChanged(), OnPZChanged(), OnReadClicked(), OnSHChanged(), OnSTRChanged(), and OnWriteClicked().
| virtual void ChannelPanel::OnCFThChanged | ( | wxSpinEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in ChannelPanelImpl.
Definition at line 195 of file GUIFrame.h.
Referenced by ChannelPanel(), and ~ChannelPanel().
| virtual void ChannelPanel::OnCFWdtChanged | ( | wxSpinEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in ChannelPanelImpl.
Definition at line 196 of file GUIFrame.h.
Referenced by ChannelPanel(), and ~ChannelPanel().
| virtual void ChannelPanel::OnPZChanged | ( | wxSpinEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in ChannelPanelImpl.
Definition at line 197 of file GUIFrame.h.
Referenced by ChannelPanel(), and ~ChannelPanel().
| virtual void ChannelPanel::OnFGChanged | ( | wxSpinEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in ChannelPanelImpl.
Definition at line 198 of file GUIFrame.h.
Referenced by ChannelPanel(), and ~ChannelPanel().
| virtual void ChannelPanel::OnSHChanged | ( | wxSpinEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in ChannelPanelImpl.
Definition at line 199 of file GUIFrame.h.
Referenced by ChannelPanel(), and ~ChannelPanel().
| virtual void ChannelPanel::OnCGChanged | ( | wxSpinEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in ChannelPanelImpl.
Definition at line 200 of file GUIFrame.h.
Referenced by ChannelPanel(), and ~ChannelPanel().
| virtual void ChannelPanel::OnCGTChanged | ( | wxSpinEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in ChannelPanelImpl.
Definition at line 201 of file GUIFrame.h.
Referenced by ChannelPanel(), and ~ChannelPanel().
| virtual void ChannelPanel::OnInChanged | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in ChannelPanelImpl.
Definition at line 202 of file GUIFrame.h.
Referenced by ChannelPanel(), and ~ChannelPanel().
| virtual void ChannelPanel::OnSTRChanged | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in ChannelPanelImpl.
Definition at line 203 of file GUIFrame.h.
Referenced by ChannelPanel(), and ~ChannelPanel().
| virtual void ChannelPanel::OnWriteClicked | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in AllChannelPanelImpl, and ChannelPanelImpl.
Definition at line 204 of file GUIFrame.h.
Referenced by ChannelPanel(), and ~ChannelPanel().
| virtual void ChannelPanel::OnReadClicked | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in AllChannelPanelImpl, and ChannelPanelImpl.
Definition at line 205 of file GUIFrame.h.
Referenced by ChannelPanel(), and ~ChannelPanel().
wxStaticText* ChannelPanel::m_channel_staticText [protected] |
Definition at line 172 of file GUIFrame.h.
Referenced by ChannelPanel(), ChannelPanelImpl::SetChannelId(), and AllChannelPanelImpl::SetChannelId().
wxStaticText* ChannelPanel::m_cfd_threshold_staticText [protected] |
Definition at line 173 of file GUIFrame.h.
Referenced by ChannelPanel(), and ChannelPanelImpl::ShowLabels().
wxSpinCtrl* ChannelPanel::m_cfd_threshold_spinCtrl [protected] |
Definition at line 174 of file GUIFrame.h.
Referenced by ChannelPanel(), ChannelPanelImpl::OnWriteClicked(), ChannelPanelImpl::UpdateControls(), and ~ChannelPanel().
wxStaticText* ChannelPanel::m_cfd30_out_width_staticText [protected] |
Definition at line 175 of file GUIFrame.h.
Referenced by ChannelPanel(), and ChannelPanelImpl::ShowLabels().
wxSpinCtrl* ChannelPanel::m_cfd30_out_width_spinCtrl [protected] |
Definition at line 176 of file GUIFrame.h.
Referenced by ChannelPanel(), ChannelPanelImpl::OnWriteClicked(), ChannelPanelImpl::UpdateControls(), and ~ChannelPanel().
wxStaticText* ChannelPanel::m_pole_zero_adj_staticText [protected] |
Definition at line 177 of file GUIFrame.h.
Referenced by ChannelPanel(), and ChannelPanelImpl::ShowLabels().
wxSpinCtrl* ChannelPanel::m_pole_zero_adj_spinCtrl [protected] |
Definition at line 178 of file GUIFrame.h.
Referenced by ChannelPanel(), ChannelPanelImpl::OnWriteClicked(), ChannelPanelImpl::UpdateControls(), and ~ChannelPanel().
wxStaticText* ChannelPanel::m_fine_gain_staticText [protected] |
Definition at line 179 of file GUIFrame.h.
Referenced by ChannelPanel(), and ChannelPanelImpl::ShowLabels().
wxSpinCtrl* ChannelPanel::m_fine_gain_spinCtrl [protected] |
Definition at line 180 of file GUIFrame.h.
Referenced by ChannelPanel(), ChannelPanelImpl::OnWriteClicked(), ChannelPanelImpl::UpdateControls(), and ~ChannelPanel().
wxStaticText* ChannelPanel::m_shaping_time_staticText [protected] |
Definition at line 181 of file GUIFrame.h.
Referenced by ChannelPanel(), and ChannelPanelImpl::ShowLabels().
wxSpinCtrl* ChannelPanel::m_shaping_time_spinCtrl [protected] |
Definition at line 182 of file GUIFrame.h.
Referenced by ChannelPanel(), ChannelPanelImpl::OnWriteClicked(), ChannelPanelImpl::UpdateControls(), and ~ChannelPanel().
wxStaticText* ChannelPanel::m_coarse_gain_staticText [protected] |
Definition at line 183 of file GUIFrame.h.
Referenced by ChannelPanel(), and ChannelPanelImpl::ShowLabels().
wxSpinCtrl* ChannelPanel::m_coarse_gain_spinCtrl [protected] |
Definition at line 184 of file GUIFrame.h.
Referenced by ChannelPanel(), ChannelPanelImpl::OnWriteClicked(), ChannelPanelImpl::UpdateControls(), and ~ChannelPanel().
wxStaticText* ChannelPanel::m_gain_timing_staticText [protected] |
Definition at line 185 of file GUIFrame.h.
Referenced by ChannelPanel(), and ChannelPanelImpl::ShowLabels().
wxSpinCtrl* ChannelPanel::m_gain_timing_spinCtrl [protected] |
Definition at line 186 of file GUIFrame.h.
Referenced by ChannelPanel(), ChannelPanelImpl::OnWriteClicked(), ChannelPanelImpl::UpdateControls(), and ~ChannelPanel().
wxStaticText* ChannelPanel::m_input_polarity_staticText [protected] |
Definition at line 187 of file GUIFrame.h.
Referenced by ChannelPanel(), and ChannelPanelImpl::ShowLabels().
wxChoice* ChannelPanel::m_input_polarity_choice [protected] |
Definition at line 188 of file GUIFrame.h.
Referenced by ChannelPanel(), ChannelPanelImpl::OnWriteClicked(), ChannelPanelImpl::UpdateControls(), and ~ChannelPanel().
wxStaticText* ChannelPanel::m_stretcher_enable_staticText [protected] |
Definition at line 189 of file GUIFrame.h.
Referenced by ChannelPanel(), and ChannelPanelImpl::ShowLabels().
wxChoice* ChannelPanel::m_stretcher_enable_choice [protected] |
Definition at line 190 of file GUIFrame.h.
Referenced by ChannelPanel(), ChannelPanelImpl::OnWriteClicked(), ChannelPanelImpl::UpdateControls(), and ~ChannelPanel().
wxButton* ChannelPanel::m_write_button [protected] |
Definition at line 191 of file GUIFrame.h.
Referenced by ChannelPanel(), ChannelPanelImpl::EnableCommunication(), ChannelPanelImpl::SetDirty(), and ~ChannelPanel().
wxButton* ChannelPanel::m_read_button [protected] |
Definition at line 192 of file GUIFrame.h.
Referenced by ChannelPanel(), ChannelPanelImpl::EnableCommunication(), ChannelPanelImpl::SetDirty(), and ~ChannelPanel().
1.5.6