Audacity 3.2.0
FrameStatisticsDialog.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2/*!********************************************************************
3
4 Audacity: A Digital Audio Editor
5
6 FrameStatisticsDialog.h
7
8 Dmitry Vedenko
9
10**********************************************************************/
11#pragma once
12
15{
16public:
18 static void Show(bool show);
20 static void Destroy();
21};
A dialog that displays information about time needed to paint the TrackPanel.
static void Show(bool show)
Shows the dialog.
static void Destroy()
Destroys the dialog to prevent Audacity from hanging on exit.