![]() |
Audacity 3.2.0
|
#include <string>Go to the source code of this file.
Macros | |
| #define | ModuleDispatchName "ModuleDispatch" |
| #define | DLL_API __attribute__ ((visibility("default"))) |
| #define | DLL_IMPORT |
| #define | DEFINE_VERSION_CHECK |
| #define | DEFINE_MODULE_ENTRIES |
Enumerations | |
| enum | ModuleDispatchTypes { ModuleInitialize , ModuleTerminate , AppInitialized , AppQuiting , ProjectInitialized , ProjectClosing } |
Variables | |
| UTILITY_API const std::wstring | AppName |
| This program's name. More... | |
| #define DEFINE_MODULE_ENTRIES |
Definition at line 51 of file ModuleConstants.h.
| #define DEFINE_VERSION_CHECK |
Definition at line 40 of file ModuleConstants.h.
| #define DLL_API __attribute__ ((visibility("default"))) |
Definition at line 22 of file ModuleConstants.h.
| #define DLL_IMPORT |
Definition at line 23 of file ModuleConstants.h.
| #define ModuleDispatchName "ModuleDispatch" |
Definition at line 16 of file ModuleConstants.h.
| enum ModuleDispatchTypes |
| Enumerator | |
|---|---|
| ModuleInitialize | |
| ModuleTerminate | |
| AppInitialized | |
| AppQuiting | |
| ProjectInitialized | |
| ProjectClosing | |
Definition at line 26 of file ModuleConstants.h.
|
extern |
This program's name.
Definition at line 14 of file ModuleConstants.cpp.
Referenced by AudacityApp::OnInit0().