9#ifndef __AUDACITY_CONTRAST_DIALOG__
10#define __AUDACITY_CONTRAST_DIALOG__
47 void OnChar(wxKeyEvent &event);
48 void OnGetURL(wxCommandEvent &event);
49 void OnExport(wxCommandEvent &event);
53 void OnReset(wxCommandEvent & event);
54 void OnClose(wxCommandEvent & event);
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
NumericTextCtrl * mBackgroundStartT
wxButton * m_pButton_Close
AudacityProject & GetProject() override
void OnClose(wxCommandEvent &event)
void OnChar(wxKeyEvent &event)
NumericTextCtrl * mBackgroundEndT
wxTextCtrl * mBackgroundRMSText
wxButton * m_pButton_UseCurrentB
void OnExport(wxCommandEvent &event)
void OnGetBackground(wxCommandEvent &event)
ContrastDialog(wxWindow *parent, wxWindowID id, const TranslatableString &title, const wxPoint &pos)
NumericTextCtrl * mForegroundStartT
void OnReset(wxCommandEvent &event)
wxButton * m_pButton_Export
void OnGetURL(wxCommandEvent &event)
wxTextCtrl * mForegroundRMSText
wxButton * m_pButton_Reset
wxButton * m_pButton_UseCurrentF
NumericTextCtrl * mForegroundEndT
void OnGetForeground(wxCommandEvent &event)
wxTextCtrl * mPassFailText
wxButton * m_pButton_GetURL
Holds a msgid for the translation catalog; may also bind format arguments.