Audacity 3.2.0
MenuRegistry::CommandItem Member List

This is the complete list of members for MenuRegistry::CommandItem, including all inherited members.

BaseItem(const Identifier &internalName)Registry::detail::BaseIteminlineexplicit
callbackMenuRegistry::CommandItem
CommandItem(const CommandID &name_, const TranslatableString &label_in_, CommandFunctorPointer callback_, CommandFlag flags_, const Options &options_, CommandHandlerFinder finder_)MenuRegistry::CommandItem
CommandItem(const CommandID &name, const TranslatableString &label_in, void(Handler::*pmf)(const CommandContext &), CommandFlag flags, const Options &options={}, CommandHandlerFinder finder=FinderScope::DefaultFinder())MenuRegistry::CommandIteminline
CommandItem(const CommandID &name, const TranslatableString &label_in, CommandFunctorPointer::NonMemberFn callback, CommandFlag flags, const Options &options={})MenuRegistry::CommandIteminline
finderMenuRegistry::CommandItem
flagsMenuRegistry::CommandItem
label_inMenuRegistry::CommandItem
nameRegistry::detail::BaseItem
optionsMenuRegistry::CommandItem
orderingHintRegistry::detail::BaseItem
~BaseItem()Registry::detail::BaseItemvirtual
~CommandItem() overrideMenuRegistry::CommandItem
~SingleItem() override=0Registry::SingleItempure virtual