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 110 of file CommandManager.cpp.

Constructor & Destructor Documentation

◆ MenuBarListEntry()

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

Definition at line 129 of file CommandManager.cpp.

130 : name(name_), menubar(menubar_)
131{
132}
wxWeakRef< wxMenuBar > menubar
wxString name

◆ ~MenuBarListEntry()

MenuBarListEntry::~MenuBarListEntry ( )

Definition at line 134 of file CommandManager.cpp.

135{
136}

Member Data Documentation

◆ menubar

wxWeakRef<wxMenuBar> MenuBarListEntry::menubar

Definition at line 116 of file CommandManager.cpp.

◆ name

wxString MenuBarListEntry::name

Definition at line 115 of file CommandManager.cpp.


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