Audacity 3.2.0
Public Member Functions | Public Attributes | List of all members
MenuBarListEntry Class Reference

MenuBarListEntry is a structure used by CommandManager. More...

Public Member Functions

 MenuBarListEntry (const wxString &name_, wxMenuBar *menubar_)
 
 ~MenuBarListEntry ()
 

Public Attributes

wxString name
 
wxWeakRef< wxMenuBar > menubar
 

Detailed Description

MenuBarListEntry is a structure used by CommandManager.

Definition at line 119 of file CommandManager.cpp.

Constructor & Destructor Documentation

◆ MenuBarListEntry()

MenuBarListEntry::MenuBarListEntry ( const wxString &  name_,
wxMenuBar *  menubar_ 
)

Definition at line 181 of file CommandManager.cpp.

182 : name(name_), menubar(menubar_)
183{
184}
wxWeakRef< wxMenuBar > menubar
wxString name

◆ ~MenuBarListEntry()

MenuBarListEntry::~MenuBarListEntry ( )

Definition at line 186 of file CommandManager.cpp.

187{
188}

Member Data Documentation

◆ menubar

wxWeakRef<wxMenuBar> MenuBarListEntry::menubar

Definition at line 125 of file CommandManager.cpp.

◆ name

wxString MenuBarListEntry::name

Definition at line 124 of file CommandManager.cpp.


The documentation for this class was generated from the following file: