Audacity 3.2.0
|
The output stream of the journal system. More...
#include <initializer_list>
Go to the source code of this file.
Namespaces | |
namespace | Journal |
Facilities for recording and playback of sequences of user interaction. | |
Functions | |
bool | Journal::IsRecording () |
bool | Journal::OpenOut (const wxString &fullPath) |
void | Journal::Output (const wxString &string) |
void | Journal::Output (const wxArrayString &strings) |
void | Journal::Output (std::initializer_list< const wxString > strings) |
void | Journal::Comment (const wxString &string) |
Variables | |
constexpr auto | Journal::SeparatorCharacter = ',' |
constexpr auto | Journal::EscapeCharacter = '\\' |
constexpr auto | Journal::CommentCharacter = '#' |
The output stream of the journal system.
Audacity: A Digital Audio Editor
Paul Licameli
Definition in file JournalOutput.h.