Audacity 3.2.0
Public Member Functions | Public Attributes | List of all members
anonymous_namespace{MenuCreator.cpp}::MenuBarListEntry Struct Reference

Public Member Functions

 MenuBarListEntry (const wxString &name, wxMenuBar *menubar)
 
 ~MenuBarListEntry ()
 

Public Attributes

wxString name
 
wxWeakRef< wxMenuBar > menubar
 

Detailed Description

Definition at line 44 of file MenuCreator.cpp.

Constructor & Destructor Documentation

◆ MenuBarListEntry()

anonymous_namespace{MenuCreator.cpp}::MenuBarListEntry::MenuBarListEntry ( const wxString &  name,
wxMenuBar *  menubar 
)

◆ ~MenuBarListEntry()

anonymous_namespace{MenuCreator.cpp}::MenuBarListEntry::~MenuBarListEntry ( )

Definition at line 68 of file MenuCreator.cpp.

69{
70}

Member Data Documentation

◆ menubar

wxWeakRef<wxMenuBar> anonymous_namespace{MenuCreator.cpp}::MenuBarListEntry::menubar

Definition at line 50 of file MenuCreator.cpp.

◆ name

wxString anonymous_namespace{MenuCreator.cpp}::MenuBarListEntry::name

Definition at line 49 of file MenuCreator.cpp.


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