|
Public Member Functions |
| TriggerChControl () |
| Constructors.
|
| TriggerChControl (wxWindow *parent, wxWindowID id=SYMBOL_TRIGGERCHCONTROL_IDNAME, const wxPoint &pos=SYMBOL_TRIGGERCHCONTROL_POSITION, const wxSize &size=SYMBOL_TRIGGERCHCONTROL_SIZE, long style=SYMBOL_TRIGGERCHCONTROL_STYLE) |
bool | Create (wxWindow *parent, wxWindowID id=SYMBOL_TRIGGERCHCONTROL_IDNAME, const wxPoint &pos=SYMBOL_TRIGGERCHCONTROL_POSITION, const wxSize &size=SYMBOL_TRIGGERCHCONTROL_SIZE, long style=SYMBOL_TRIGGERCHCONTROL_STYLE) |
| Creation.
|
void | CreateControls () |
| Creates the controls and sizers.
|
void | OnThresholdSpinctrlUpdated (wxSpinEvent &event) |
| wxEVT_COMMAND_SPINCTRL_UPDATED event handler for ID_THRESHOLD_SPINCTRL
|
void | OnThresholdSpinctrlTextUpdated (wxCommandEvent &event) |
| wxEVT_COMMAND_TEXT_UPDATED event handler for ID_THRESHOLD_SPINCTRL
|
void | OnThrSamplesSpinctrlUpdated (wxSpinEvent &event) |
| wxEVT_COMMAND_SPINCTRL_UPDATED event handler for ID_THR_SAMPLES_SPINCTRL
|
void | OnThrSamplesSpinctrlTextUpdated (wxCommandEvent &event) |
| wxEVT_COMMAND_TEXT_UPDATED event handler for ID_THR_SAMPLES_SPINCTRL
|
wxBitmap | GetBitmapResource (const wxString &name) |
| Retrieves bitmap resources.
|
wxIcon | GetIconResource (const wxString &name) |
| Retrieves icon resources.
|
bool | SetupBoard (GenericBoard *p_board, int ch_index, int ch_count) |
bool | UpdateControls () |
Static Public Member Functions |
static bool | ShowToolTips () |
| Should we show tooltips?
|
Public Attributes |
wxStaticBox * | m_main_sizer_text |
wxSpinCtrl * | m_ch_threshold_control |
wxSpinCtrl * | m_thr_sample_control |
Private Member Functions |
void | UpdateThreshold (int value) |
void | UpdateThrSamples (int value) |
Private Attributes |
GenericBoard * | m_p_board |
GenericBoardChannel * | m_p_board_channel |
int | m_ch_index |
int | m_ch_count |