Audacity 3.2.0
Namespaces | Functions | Variables
JournalOutput.h File Reference

The output stream of the journal system. More...

#include <initializer_list>
Include dependency graph for JournalOutput.h:
This graph shows which files directly or indirectly include this file:

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 = '#'
 

Detailed Description

The output stream of the journal system.


Audacity: A Digital Audio Editor

Paul Licameli

Definition in file JournalOutput.h.