Audacity 3.2.0
|
#include <CommandManager.h>
Additional Inherited Members | |
Public Types inherited from GlobalHook< GlobalMenuHook, bool(const CommandID &) > | |
using | result_type = typename std::function< bool(const CommandID &) >::result_type |
using | Scope = typename GlobalVariable< GlobalMenuHook, const std::function< bool(const CommandID &) >, nullptr, Options... >::Scope |
Public Types inherited from GlobalVariable< GlobalMenuHook, const std::function< bool(const CommandID &) >, nullptr, Options... > | |
using | variable_type = GlobalVariable |
using | stored_type = const std::function< bool(const CommandID &) > |
using | mutable_type = std::remove_const_t< const std::function< bool(const CommandID &) > > |
Static Public Member Functions inherited from GlobalHook< GlobalMenuHook, bool(const CommandID &) > | |
static result_type | Call (Arguments &&...arguments) |
Null check of the installed function is done for you. More... | |
Static Public Member Functions inherited from GlobalVariable< GlobalMenuHook, const std::function< bool(const CommandID &) >, nullptr, Options... > | |
static stored_type & | Get () |
Get the installed value. More... | |
static auto | Set (std::conditional_t< ScopedOnly, dummy, mutable_type > replacement) -> std::conditional_t< ScopedOnly, void, mutable_type > |
Move in a new value, move out and return the previous. More... | |
Definition at line 70 of file CommandManager.h.