MCPcopy Create free account
hub / github.com/apohl79/audiogridder / closeButtonPressed

Method closeButtonPressed

Server/Source/StatisticsWindow.cpp:223–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223void StatisticsWindow::closeButtonPressed() {
224 traceScope();
225 m_updater.signalThreadShouldExit();
226 m_app->hideStatistics();
227}
228
229void StatisticsWindow::addLabel(const String& txt, juce::Rectangle<int> bounds) {
230 auto label = std::make_unique<Label>();

Callers

nothing calls this directly

Calls 1

hideStatisticsMethod · 0.80

Tested by

no test coverage detected