![]() |
Audacity 3.2.0
|
#include <wx/textctrl.h>#include <wx/timer.h>#include "Export.h"#include "wxPanelWrapper.h"#include "BasicUI.h"Go to the source code of this file.
Classes | |
| class | TimerRecordDialog |
| Dialog for Timer Record, i.e., timed or long recording. More... | |
Enumerations | |
| enum | TimerRecordCompletedActions { TR_ACTION_NOTHING = 0x00000000 , TR_ACTION_SAVED = 0x00000001 , TR_ACTION_EXPORTED = 0x00000002 } |
| enum | { POST_TIMER_RECORD_STOPPED = -3 , POST_TIMER_RECORD_CANCEL_WAIT , POST_TIMER_RECORD_CANCEL , POST_TIMER_RECORD_NOTHING = 0 , POST_TIMER_RECORD_CLOSE } |
| anonymous enum |
| Enumerator | |
|---|---|
| POST_TIMER_RECORD_STOPPED | |
| POST_TIMER_RECORD_CANCEL_WAIT | |
| POST_TIMER_RECORD_CANCEL | |
| POST_TIMER_RECORD_NOTHING | |
| POST_TIMER_RECORD_CLOSE | |
Definition at line 41 of file TimerRecordDialog.h.
| Enumerator | |
|---|---|
| TR_ACTION_NOTHING | |
| TR_ACTION_SAVED | |
| TR_ACTION_EXPORTED | |
Definition at line 35 of file TimerRecordDialog.h.