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

Method UpdateDisplay

src/HistoryWindow.cpp:258–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258void HistoryDialog::UpdateDisplay(UndoRedoMessage message)
259{
260 switch (message.type) {
261 case UndoRedoMessage::Pushed:
262 case UndoRedoMessage::Modified:
263 case UndoRedoMessage::UndoOrRedo:
264 case UndoRedoMessage::Reset:
265 case UndoRedoMessage::Purge:
266 break;
267 default:
268 return;
269 }
270 DoUpdateDisplay();
271}
272
273void HistoryDialog::DoUpdateDisplay()
274{

Callers 3

SendVuInputMeterDataMethod · 0.45
SendVuOutputMeterDataMethod · 0.45
UpdateMeterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected