MCPcopy Create free account
hub / github.com/audacity/audacity / Output

Function Output

libraries/lib-wx-init/JournalOutput.cpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void Output( const wxString &string )
46{
47 if ( IsRecording() )
48 sFileOut.AddLine( string );
49}
50
51void Output( const wxArrayString &strings )
52{

Callers 7

BeginFunction · 0.85
SyncFunction · 0.85
IfNotPlayingFunction · 0.85
FilterEventMethod · 0.85
ExecuteCommandMethod · 0.85
FilterEventMethod · 0.85
PopupMethod · 0.85

Calls 2

IsRecordingFunction · 0.85
wxArrayStringExClass · 0.70

Tested by

no test coverage detected