Audacity 3.2.0
SoundActivatedRecord.h
Go to the documentation of this file.
1/**********************************************************************
2
3 Audacity: A Digital Audio Editor
4
5 SoundActivatedRecord.cpp
6
7 Martyn Shaw
8
9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 2 of the License, or
12 (at your option) any later version.
13
14********************************************************************/
15
16#ifndef __AUDACITY_SOUND_ACTIVATED_RECORD__
17#define __AUDACITY_SOUND_ACTIVATED_RECORD__
18
19#include "wxPanelWrapper.h" // to inherit
20
21class ShuttleGui;
22
24{
25public:
26 SoundActivatedRecordDialog(wxWindow* parent);
28
29private:
30 void OnOK(wxCommandEvent& event);
31
33
34 DECLARE_EVENT_TABLE()
35};
36
37#endif
#define S(N)
Definition: ToChars.cpp:64
Derived from ShuttleGuiBase, an Audacity specific class for shuttling data to and from GUI.
Definition: ShuttleGui.h:640
Configures sound activated recording.
void OnOK(wxCommandEvent &event)
void PopulateOrExchange(ShuttleGui &S)
SoundActivatedRecordDialog(wxWindow *parent)