Audacity
3.2.0
src
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
14
class
FrameStatisticsDialog
final
15
{
16
public
:
18
static
void
Show
(
bool
show);
20
static
void
Destroy
();
21
};
FrameStatisticsDialog
A dialog that displays information about time needed to paint the TrackPanel.
Definition:
FrameStatisticsDialog.h:15
FrameStatisticsDialog::Show
static void Show(bool show)
Shows the dialog.
Definition:
FrameStatisticsDialog.cpp:152
FrameStatisticsDialog::Destroy
static void Destroy()
Destroys the dialog to prevent Audacity from hanging on exit.
Definition:
FrameStatisticsDialog.cpp:168
Generated by
1.9.3