Audacity 3.2.0
Classes | Namespaces | Typedefs
Menus.h File Reference
#include "Identifier.h"
#include "Prefs.h"
#include "ClientData.h"
#include "commands/CommandFlag.h"
#include "Observer.h"
Include dependency graph for Menus.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MenuCreator
 MenuCreator is responsible for creating the main menu bar. More...
 
struct  MenuUpdateMessage
 Sent when menus update (such as for changing enablement of items) More...
 
class  MenuManager
 MenuManager handles updates to menu state. More...
 

Namespaces

namespace  MenuTable
 

Typedefs

typedef wxString PluginID
 
typedef wxString MacroID
 
typedef wxArrayString PluginIDs
 

Typedef Documentation

◆ MacroID

typedef wxString MacroID

Definition at line 32 of file Menus.h.

◆ PluginID

typedef wxString PluginID

Definition at line 31 of file Menus.h.

◆ PluginIDs

typedef wxArrayString PluginIDs

Definition at line 33 of file Menus.h.