Audacity
3.2.0
src
JournalEvents.h
Go to the documentation of this file.
1
/*!********************************************************************
2
3
Audacity: A Digital Audio Editor
4
5
@name JournalEvents.h
6
7
@brief utilities to record events to journal and recreate them on playback
8
9
Paul Licameli
10
11
**********************************************************************/
12
13
#include <vector>
14
15
namespace
Journal
16
{
17
namespace
Events
18
{
19
//\brief Whether events are being recorded to the journal
20
bool
IsWatching
();
21
22
//\brief Stop watching events, and give the user an error message
23
void
FailedEventSerialization
();
24
}
25
}
Journal::Events::FailedEventSerialization
void FailedEventSerialization()
Definition:
JournalEvents.cpp:426
Journal::Events::IsWatching
bool IsWatching()
Definition:
JournalEvents.cpp:421
Journal
Facilities for recording and playback of sequences of user interaction.
Definition:
JournalEvents.cpp:34
Generated by
1.9.3