Audacity 3.2.0
|
#include <wx/defs.h>
#include <wx/aboutdlg.h>
#include <wx/filedlg.h>
#include <wx/font.h>
#include <wx/fontdlg.h>
#include <wx/menu.h>
#include <wx/msgdlg.h>
#include <wx/settings.h>
#include <wx/sizer.h>
#include <wx/splitter.h>
#include <wx/statbox.h>
#include <wx/textctrl.h>
#include <wx/toolbar.h>
#include "ActiveProject.h"
#include "AudioIOBase.h"
#include "CommonCommandFlags.h"
#include "ModuleConstants.h"
#include "Prefs.h"
#include "Project.h"
#include "ShuttleGui.h"
#include "EffectManager.h"
#include "effects/EffectUI.h"
#include "effects/nyquist/Nyquist.h"
#include "../images/AudacityLogo.xpm"
#include "CommandContext.h"
#include "AudacityMessageBox.h"
#include "NyqBench.h"
#include <iostream>
#include <ostream>
#include <sstream>
#include "images/document-new-small.xpm"
#include "images/document-open-small.xpm"
#include "images/document-save-as-small.xpm"
#include "images/document-save-small.xpm"
#include "images/edit-clear-small.xpm"
#include "images/edit-copy-small.xpm"
#include "images/edit-cut-small.xpm"
#include "images/edit-delete-small.xpm"
#include "images/edit-find-small.xpm"
#include "images/edit-paste-small.xpm"
#include "images/edit-redo-small.xpm"
#include "images/edit-select-all-small.xpm"
#include "images/edit-undo-small.xpm"
#include "images/go-top-small.xpm"
#include "images/go-up-small.xpm"
#include "images/go-previous-small.xpm"
#include "images/go-next-small.xpm"
#include "images/system-search-small.xpm"
#include "images/media-playback-start-small.xpm"
#include "images/media-playback-stop-small.xpm"
#include "images/document-new-large.xpm"
#include "images/document-open-large.xpm"
#include "images/document-save-as-large.xpm"
#include "images/document-save-large.xpm"
#include "images/edit-clear-large.xpm"
#include "images/edit-copy-large.xpm"
#include "images/edit-cut-large.xpm"
#include "images/edit-delete-large.xpm"
#include "images/edit-find-large.xpm"
#include "images/edit-paste-large.xpm"
#include "images/edit-redo-large.xpm"
#include "images/edit-select-all-large.xpm"
#include "images/edit-undo-large.xpm"
#include "images/go-top-large.xpm"
#include "images/go-up-large.xpm"
#include "images/go-previous-large.xpm"
#include "images/go-next-large.xpm"
#include "images/system-search-large.xpm"
#include "images/media-playback-start-large.xpm"
#include "images/media-playback-stop-large.xpm"
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{NyqBench.cpp} |
Enumerations | |
enum | { ID_AUTOLOAD = 20000 , ID_AUTOWRAP , ID_FONT , ID_SPLITV , ID_SPLITH , ID_TOGGLECODE , ID_TOGGLEOUTPUT , ID_SMALLICONS , ID_LARGEICONS , ID_MATCH , ID_TOP , ID_UP , ID_PREVIOUS , ID_NEXT , ID_GO , ID_STOP , ID_SCRIPT , ID_OUTPUT } |
Variables | |
static DEFINE_VERSION_CHECK NyqBench * | gBench = NULL |
anonymous enum |
Enumerator | |
---|---|
ID_AUTOLOAD | |
ID_AUTOWRAP | |
ID_FONT | |
ID_SPLITV | |
ID_SPLITH | |
ID_TOGGLECODE | |
ID_TOGGLEOUTPUT | |
ID_SMALLICONS | |
ID_LARGEICONS | |
ID_MATCH | |
ID_TOP | |
ID_UP | |
ID_PREVIOUS | |
ID_NEXT | |
ID_GO | |
ID_STOP | |
ID_SCRIPT | |
ID_OUTPUT |
Definition at line 540 of file NyqBench.cpp.
int DLL_API ModuleDispatch | ( | ModuleDispatchTypes | type | ) |
Definition at line 125 of file NyqBench.cpp.
References AppQuiting, gBench, ModuleInitialize, anonymous_namespace{NyqBench.cpp}::RegisterMenuItems(), and NyqBench::SavePrefs().
|
static |
Definition at line 120 of file NyqBench.cpp.
Referenced by NyqBench::GetBench(), and ModuleDispatch().