Audacity 3.2.0
|
A dialog that displays information about time needed to paint the TrackPanel. More...
#include <FrameStatisticsDialog.h>
Static Public Member Functions | |
static void | Show (bool show) |
Shows the dialog. More... | |
static void | Destroy () |
Destroys the dialog to prevent Audacity from hanging on exit. More... | |
A dialog that displays information about time needed to paint the TrackPanel.
Audacity: A Digital Audio Editor
Dmitry Vedenko
Definition at line 14 of file FrameStatisticsDialog.h.
|
static |
Destroys the dialog to prevent Audacity from hanging on exit.
Definition at line 168 of file FrameStatisticsDialog.cpp.
References anonymous_namespace{FrameStatisticsDialog.cpp}::sDialog.
Referenced by QuitAudacity().
|
static |
Shows the dialog.
Definition at line 152 of file FrameStatisticsDialog.cpp.
References safenew, and anonymous_namespace{FrameStatisticsDialog.cpp}::sDialog.
Referenced by anonymous_namespace{HelpMenus.cpp}::OnFrameStatistics().