12#ifndef __AUDACITY_JOURNAL_OUTPUT__
13#define __AUDACITY_JOURNAL_OUTPUT__
15#include <initializer_list>
33 bool OpenOut(
const wxString &fullPath );
38 void Output(
const wxString &
string );
40 void Output(
const wxArrayString &strings );
42 void Output( std::initializer_list< const wxString > strings );
47 void Comment(
const wxString &
string );
Facilities for recording and playback of sequences of user interaction.
void Comment(const wxString &string)
constexpr auto EscapeCharacter
void Output(const wxString &string)
constexpr auto SeparatorCharacter
constexpr auto CommentCharacter
bool OpenOut(const wxString &fullPath)