Audacity 3.2.0
|
#include <memory>
#include "Callable.h"
#include "CommandTargets.h"
#include "GlobalVariable.h"
#include "Identifier.h"
Go to the source code of this file.
Classes | |
struct | TemporarySelection |
class | CommandContext |
CommandContext provides additional information to an 'Apply()' command. It provides the project, and provides output channels for Error, Progress and Status. Status is used for general messaging from a command back to its invoker. More... | |
struct | CommandContext::TargetFactory |
Typedefs | |
using | CommandParameter = CommandID |
using CommandParameter = CommandID |
Definition at line 23 of file CommandContext.h.