1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-05 19:21:59 +01:00

Each command class registers itself

This commit is contained in:
Paul Licameli
2019-01-17 11:45:51 -05:00
parent 0ca5775234
commit 2522459637
19 changed files with 105 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ small calculations of rectangles.
#include <mutex>
#include "LoadCommands.h"
#include "../Project.h"
#include <wx/toplevel.h>
#include <wx/dcscreen.h>
@@ -47,6 +48,8 @@ small calculations of rectangles.
const ComponentInterfaceSymbol ScreenshotCommand::Symbol
{ XO("Screenshot") };
namespace{ BuiltinCommandsModule::Registration< ScreenshotCommand > reg; }
static const EnumValueSymbol
kCaptureWhatStrings[ ScreenshotCommand::nCaptureWhats ] =