Public Member Functions | |
ConfigDlg (wxWindow *parent, const wxString &wdir, const format_ex_t &pformat, const ratio_t pratio, const int pdev) | |
Constructor. | |
~ConfigDlg () | |
Destructor. | |
void | GetData (wxString &wdir, format_ex_t &pformat, ratio_t &pratio, int &pdev) |
void | OnBrowse (wxCommandEvent &WXUNUSED(event)) |
void | OnSetup (wxCommandEvent &WXUNUSED(event)) |
Private Attributes | |
wxTextCtrl * | work_dir |
Current peak directory. | |
wxButton * | wdir_browse |
wxSpinCtrl * | peakspin |
wxStaticLine * | midline |
wxChoice * | pdevchoice |
wxButton * | pdevconf |
wxChoice * | encchoice |
wxChoice * | bitencchoice |
wxChoice * | sampwchoice |
wxSpinCtrl * | ratespin |
wxSpinCtrl * | channelsspin |
wxStaticLine * | topline |
Main configuration dialog used to configure many of the persistent configuration.
|
Constructor. Create the main configuration dialog.
|
|
Destructor. Cleanup. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Current peak directory.
|