Audacity 3.2.0
|
#include <CommonTrackPanelCell.h>
Public Types | |
using | Action = std::function< void(const CommandContext &) > |
Public Member Functions | |
MenuItem ()=default | |
MenuItem (const Identifier &internal, const TranslatableString &msgid, Action action={}, bool enabled=true) | |
Public Attributes | |
ComponentInterfaceSymbol | symbol |
Action | action |
bool | enabled |
Definition at line 54 of file CommonTrackPanelCell.h.
using CommonTrackPanelCell::MenuItem::Action = std::function< void(const CommandContext &) > |
Definition at line 55 of file CommonTrackPanelCell.h.
|
default |
|
inline |
Action CommonTrackPanelCell::MenuItem::action |
Definition at line 64 of file CommonTrackPanelCell.h.
bool CommonTrackPanelCell::MenuItem::enabled |
Definition at line 65 of file CommonTrackPanelCell.h.
ComponentInterfaceSymbol CommonTrackPanelCell::MenuItem::symbol |
Definition at line 63 of file CommonTrackPanelCell.h.