Audacity
3.2.0
src
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
21
class
ShuttleGui
;
22
23
class
SoundActivatedRecordDialog
final :
public
wxDialogWrapper
24
{
25
public
:
26
SoundActivatedRecordDialog
(wxWindow* parent);
27
~SoundActivatedRecordDialog
();
28
29
private
:
30
void
OnOK
(wxCommandEvent& event);
31
32
void
PopulateOrExchange
(
ShuttleGui
&
S
);
33
34
DECLARE_EVENT_TABLE()
35
};
36
37
#endif
S
#define S(N)
Definition:
ToChars.cpp:64
ShuttleGui
Derived from ShuttleGuiBase, an Audacity specific class for shuttling data to and from GUI.
Definition:
ShuttleGui.h:640
SoundActivatedRecordDialog
Configures sound activated recording.
Definition:
SoundActivatedRecord.h:24
SoundActivatedRecordDialog::OnOK
void OnOK(wxCommandEvent &event)
Definition:
SoundActivatedRecord.cpp:67
SoundActivatedRecordDialog::PopulateOrExchange
void PopulateOrExchange(ShuttleGui &S)
Definition:
SoundActivatedRecord.cpp:48
SoundActivatedRecordDialog::~SoundActivatedRecordDialog
~SoundActivatedRecordDialog()
Definition:
SoundActivatedRecord.cpp:44
SoundActivatedRecordDialog::SoundActivatedRecordDialog
SoundActivatedRecordDialog(wxWindow *parent)
Definition:
SoundActivatedRecord.cpp:32
wxDialogWrapper
Definition:
wxPanelWrapper.h:80
wxPanelWrapper.h
Generated by
1.9.3