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

Function SetDisplayLog

libraries/lib-time-track/TimeTrack.h:96–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94
95 bool GetDisplayLog() const { return mDisplayLog; }
96 void SetDisplayLog(bool displayLog) { mDisplayLog = displayLog; }
97 bool GetInterpolateLog() const;
98 void SetInterpolateLog(bool interpolateLog);
99

Callers 2

InitMethod · 0.85
HandleXMLTagMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected