Audacity 3.2.0
|
#include <CommandFlag.h>
Public Types | |
using | Flags = std::function< CommandFlag() > |
using | Test = std::function< bool(const AudacityProject &) > |
using | Action = std::function< void(AudacityProject &, CommandFlag) > |
Public Attributes | |
const Flags | actualFlags |
const Flags | possibleFlags |
Test | applicable |
Action | tryEnable |
Definition at line 111 of file CommandFlag.h.
using MenuItemEnabler::Action = std::function< void( AudacityProject&, CommandFlag ) > |
Definition at line 114 of file CommandFlag.h.
using MenuItemEnabler::Flags = std::function< CommandFlag() > |
Definition at line 112 of file CommandFlag.h.
using MenuItemEnabler::Test = std::function< bool( const AudacityProject& ) > |
Definition at line 113 of file CommandFlag.h.
const Flags MenuItemEnabler::actualFlags |
Definition at line 116 of file CommandFlag.h.
Test MenuItemEnabler::applicable |
Definition at line 118 of file CommandFlag.h.
const Flags MenuItemEnabler::possibleFlags |
Definition at line 117 of file CommandFlag.h.
Action MenuItemEnabler::tryEnable |
Definition at line 119 of file CommandFlag.h.