#include <GUIFrame.h>

Public Member Functions | |
| SettingsDialog (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Application settings ..."), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER) | |
| ~SettingsDialog () | |
Protected Member Functions | |
| virtual void | OnOkClicked (wxCommandEvent &event) |
Protected Attributes | |
| wxNotebook * | m_notebook2 |
| wxPanel * | m_panel8 |
| wxStaticText * | m_staticText34 |
| wxTextCtrl * | m_device_name_textCtrl |
| wxPanel * | m_panel81 |
| wxStaticText * | m_staticText341 |
| wxSpinCtrl * | m_first_visible_channel_spinCtrl |
| wxStaticText * | m_staticText3412 |
| wxSpinCtrl * | m_last_visible_channel_spinCtrl |
| wxStaticText * | m_staticText3411 |
| wxSpinCtrl * | m_module_address_spinCtrl |
| wxStaticText * | m_staticText34111 |
| wxSpinCtrl * | m_mux_out_spinCtrl |
| wxPanel * | m_panel82 |
| wxStaticText * | m_staticText342 |
| wxCheckBox * | m_logger_enabled_checkBox |
| wxCheckBox * | m_logger_visible_checkBox |
| wxStdDialogButtonSizer * | m_sdbSizer1 |
| wxButton * | m_sdbSizer1OK |
| wxButton * | m_sdbSizer1Cancel |
Definition at line 217 of file GUIFrame.h.
| SettingsDialog::SettingsDialog | ( | wxWindow * | parent, | |
| wxWindowID | id = wxID_ANY, |
|||
| const wxString & | title = _("Application settings ..."), |
|||
| const wxPoint & | pos = wxDefaultPosition, |
|||
| const wxSize & | size = wxDefaultSize, |
|||
| long | style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER | |||
| ) |
Definition at line 548 of file GUIFrame.cpp.
References m_device_name_textCtrl, m_first_visible_channel_spinCtrl, m_last_visible_channel_spinCtrl, m_logger_enabled_checkBox, m_logger_visible_checkBox, m_module_address_spinCtrl, m_mux_out_spinCtrl, m_notebook2, m_panel8, m_panel81, m_panel82, m_sdbSizer1, m_sdbSizer1Cancel, m_sdbSizer1OK, m_staticText34, m_staticText341, m_staticText3411, m_staticText34111, m_staticText3412, m_staticText342, NULL, and OnOkClicked().
| SettingsDialog::~SettingsDialog | ( | ) |
| virtual void SettingsDialog::OnOkClicked | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in SettingsDialogImpl.
Definition at line 245 of file GUIFrame.h.
Referenced by SettingsDialog(), and ~SettingsDialog().
wxNotebook* SettingsDialog::m_notebook2 [protected] |
wxPanel* SettingsDialog::m_panel8 [protected] |
wxStaticText* SettingsDialog::m_staticText34 [protected] |
wxTextCtrl* SettingsDialog::m_device_name_textCtrl [protected] |
Definition at line 225 of file GUIFrame.h.
Referenced by SettingsDialogImpl::OnOkClicked(), SettingsDialog(), and SettingsDialogImpl::SettingsDialogImpl().
wxPanel* SettingsDialog::m_panel81 [protected] |
wxStaticText* SettingsDialog::m_staticText341 [protected] |
wxSpinCtrl* SettingsDialog::m_first_visible_channel_spinCtrl [protected] |
Definition at line 228 of file GUIFrame.h.
Referenced by SettingsDialogImpl::OnOkClicked(), SettingsDialog(), and SettingsDialogImpl::SettingsDialogImpl().
wxStaticText* SettingsDialog::m_staticText3412 [protected] |
wxSpinCtrl* SettingsDialog::m_last_visible_channel_spinCtrl [protected] |
Definition at line 230 of file GUIFrame.h.
Referenced by SettingsDialogImpl::OnOkClicked(), SettingsDialog(), and SettingsDialogImpl::SettingsDialogImpl().
wxStaticText* SettingsDialog::m_staticText3411 [protected] |
wxSpinCtrl* SettingsDialog::m_module_address_spinCtrl [protected] |
Definition at line 232 of file GUIFrame.h.
Referenced by SettingsDialogImpl::OnOkClicked(), SettingsDialog(), and SettingsDialogImpl::SettingsDialogImpl().
wxStaticText* SettingsDialog::m_staticText34111 [protected] |
wxSpinCtrl* SettingsDialog::m_mux_out_spinCtrl [protected] |
Definition at line 234 of file GUIFrame.h.
Referenced by SettingsDialogImpl::OnOkClicked(), SettingsDialog(), and SettingsDialogImpl::SettingsDialogImpl().
wxPanel* SettingsDialog::m_panel82 [protected] |
wxStaticText* SettingsDialog::m_staticText342 [protected] |
wxCheckBox* SettingsDialog::m_logger_enabled_checkBox [protected] |
Definition at line 237 of file GUIFrame.h.
Referenced by SettingsDialogImpl::OnOkClicked(), SettingsDialog(), and SettingsDialogImpl::SettingsDialogImpl().
wxCheckBox* SettingsDialog::m_logger_visible_checkBox [protected] |
Definition at line 239 of file GUIFrame.h.
Referenced by SettingsDialogImpl::OnOkClicked(), SettingsDialog(), and SettingsDialogImpl::SettingsDialogImpl().
wxStdDialogButtonSizer* SettingsDialog::m_sdbSizer1 [protected] |
wxButton* SettingsDialog::m_sdbSizer1OK [protected] |
wxButton* SettingsDialog::m_sdbSizer1Cancel [protected] |
1.5.6